area1707 / grace-shopper

3 stars 0 forks source link

Admin - user management - trigger password reset #36

Open alicec15 opened 7 years ago

alicec15 commented 7 years ago

Story: as an admin, i can trigger a password reset for a specific user so that next time they log in (with their old password, till will be asked to change their password. For security purposes

Implementation: button for admin for a specific user that will add a component for the specific user view) after they log in, goes to a RESET PASSWORD page and trigger a frontend ajax request to a PUT request on the backend for new password.

i think ...