UUDigitalHumanitieslab / EDPOP

A virtual research environment (VRE) that lets you collect, align and annotate bibliographical and biographical records from several online catalogs.
BSD 3-Clause "New" or "Revised" License
1 stars 0 forks source link

Authentication: change password / forgot password #149

Closed lukavdplas closed 6 months ago

lukavdplas commented 7 months ago

Allow users to change their password or send a "forgot password" email. (You can also only do "forgot password" since that also allows users to pick a new password.)

jgonggrijp commented 7 months ago

Suggestion: leave the actual functionality to the Django admin, where you can get this for cheap, and only place a link to the password management admin page in the frontend. This might require automatically giving "staff status" to new users, but that is safe because it does not entail any permissions other than changing your password.