Open Changaco opened 6 years ago
Please do this server-side if possible — in-browser crypto is not ideal.
Should the generated password be displayed for the user and then the user will manually update their password, if they like it?
I'm not sure. Sometimes you have to try to implement one approach, see if it feels right, and try another if it doesn't.
I'm also not sure that this is still worth the effort since Firefox now has a built-in password generator.
When asking the user to input a new password we should offer to generate a random one for them.
Something like:
We could also try to call the browser's Credential Management API to store the new password.