Crypter icon indicating copy to clipboard operation
Crypter copied to clipboard

[Feature] Implement password change

Open Jack-Edwards opened this issue 3 years ago • 0 comments

Crypter currently allows users, who have a verified email address, to perform account recoveries / password resets in case they lose their password.

Crypter should also allow users to change their password without having to perform an account recovery. This will enable every user to change their password, provided they are logged in and know their current password.

Requirements:

  • An authenticated user can change their password.
  • The user's current password must be provided in order for the password change request to be completed.
  • The user's current master key is re-encrypted using the user's new password.

Jack-Edwards avatar Jul 25 '22 15:07 Jack-Edwards