-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API: Set the password reset time to 1 hour #68
Comments
POST /api/auth/password/reset
- passwordResetCode never expires and can be used until new code is generated using POST /api/auth/password/reset/send
Still relevant |
Triage 58. Setting the password reset time to 1 hour as proposed by Tiblu. If user misses this time she can always go back and send herself a new reset code. |
@ssin1901 not sure how important this is, but I assume has security implications? Shall we put it to 'soon'? I see it has 'good first issue' label so presumably is an easy fix :) |
POST /api/auth/password/reset
- passwordResetCode never expires and can be used until new code is generated using POST /api/auth/password/reset/send
@BeccaMelhuish sent to QA testing. Will move to Soon if it still occurs |
@BeccaMelhuish it seems that this was not implemented yet. Sending it to Soon. |
Will tag this Story of Estonia, as could be good to have it in place for then |
Overview
POST /api/auth/password/reset
- passwordResetCode never expires and can be used until new code is generated usingPOST /api/auth/password/reset/send
TODO:
passwordResetCode
to have an expiry (for ex 1hr)passwordResetCode
The text was updated successfully, but these errors were encountered: