You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Review route and logic ; implement logic to reset the password in db
Pages are done ; mail is done (with token), but there is a bug in resetting the password in the database.
Also, only the "working" user story is functional. If the email is incorrect, or any other issue, there is no implementation.
See feat/reset-password branch in Voice back (AdonisJS) (and front).
Reference: @theo.tchilinguirian
Some tasks have details in their descriptions. If you need more details, ask me
Concerned backend routes:
GET ../authentication/verify-reset/:token
POST ../authentication/send-reset-email
PATCH ../user/password
Requests flow schema as seen by user: /authentication/signin (click on 'forgot password' button) --> /authentication/reset-password (enter email) (click on 'Reset password' button) --> /authentication/wait-reset (email sent)
(clicks email link) --> /authentication/update-password/:token (writes new password, confirms)
The text was updated successfully, but these errors were encountered:
Review route and logic ; implement logic to reset the password in db
Pages are done ; mail is done (with token), but there is a bug in resetting the password in the database.
Also, only the "working" user story is functional. If the email is incorrect, or any other issue, there is no implementation.
See
feat/reset-password
branch in Voice back (AdonisJS) (and front).Reference: @theo.tchilinguirian
Some tasks have details in their descriptions. If you need more details, ask me
Concerned backend routes:
Requests flow schema as seen by user:
/authentication/signin
(click on 'forgot password' button) -->/authentication/reset-password
(enter email) (click on 'Reset password' button) -->/authentication/wait-reset
(email sent)(clicks email link) -->
/authentication/update-password/:token
(writes new password, confirms)The text was updated successfully, but these errors were encountered: