LassiHeikkila / taskey

GNU General Public License v3.0
0 stars 0 forks source link

Add way to change password #7

Open LassiHeikkila opened 2 years ago

LassiHeikkila commented 2 years ago

Taskey should support changing password when user has forgotten it or when new user is invited to organization. It should probably work so that when requested by appropriately authorized user, backend generates some sort of JWT which may be embedded in the link sent to user's email. When user clicks that link, the are shown a page that contains form to enter new password (https://github.com/LassiHeikkila/taskey-frontend/issues/3).