SuffolkLITLab / docassemble-ALDashboard

A frontend to a few common administrative backend functions that aren't built-in to Docassemble
MIT License
8 stars 0 forks source link

Get password reset link for specific user #67

Open BryceStevenWilley opened 1 year ago

BryceStevenWilley commented 1 year ago

We have the option to directly reset a user's password, but often times the main thing the user is having trouble with is getting the email. Given how flaky some email providers are at filtering junk email, we should have an option in the dashboard to initiate a password reset and directly get the link, which we can then send to the user.

This avoids the security issues of having an admin change a user's password for them (and then putting the burden on the user to change it later), and avoids the any one other than the user being able to know the password.