Finished password reset workflow. Remove all password tokens upon successful reset.
This commit is contained in:
parent
bd5bbab47c
commit
ed9413ee17
8 changed files with 107 additions and 56 deletions
|
|
@ -2,6 +2,7 @@ package context
|
|||
|
||||
const (
|
||||
AuthenticatedUserKey = "auth_user"
|
||||
UserKey = "user"
|
||||
FormKey = "form"
|
||||
PasswordTokenKey = "password_token"
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue