user

package
v0.8.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 19, 2023 License: AGPL-3.0 Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Processor

type Processor struct {
	// contains filtered or unexported fields
}

func New

func New(state *state.State, emailSender email.Sender) Processor

New returns a new user processor

func (*Processor) EmailConfirm added in v0.8.0

func (p *Processor) EmailConfirm(ctx context.Context, token string) (*gtsmodel.User, gtserror.WithCode)

EmailConfirm processes an email confirmation request, usually initiated as a result of clicking on a link in a 'confirm your email address' type email.

func (*Processor) EmailSendConfirmation added in v0.8.0

func (p *Processor) EmailSendConfirmation(ctx context.Context, user *gtsmodel.User, username string) error

EmailSendConfirmation sends an email address confirmation request email to the given user.

func (*Processor) PasswordChange added in v0.8.0

func (p *Processor) PasswordChange(ctx context.Context, user *gtsmodel.User, oldPassword string, newPassword string) gtserror.WithCode

PasswordChange processes a password change request for the given user.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL