-
Notifications
You must be signed in to change notification settings - Fork 40
Open
Description
If a user forgets their login password there is currently no way to reset it (it cannot be recovered from the hash). On the login screen add an option to generate a new password. A generated password could be delivered using a variety of means:
- Include it in the response message (not secure, but one might argue that test results aren't very sensitive*)
- Send a message to the user's email address
- Allow a user to add an OpenPGP public key to the account, and use this to encrypt an email message containing the password
* This option would be better if login were secured using TLS (https).
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
To verify