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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
The user's reset password is use the oldPassword as the signature. When the user has changed their account password it will always say the token is invalid because the signature is the user oldPassword.
Also, the token expiry comes in handy. We should set the token expiry to no more than 5 minutes.
For the token generation, we should limit it by 5 times in a row, after that the user should wait for 24 Hours.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
The user's reset password is use the
oldPassword
as the signature. When the user has changed their account password it will always say the token is invalid because the signature is the useroldPassword
.Also, the
token expiry
comes in handy. We should set the token expiry to no more than 5 minutes.For the
token generation
, we should limit it by 5 times in a row, after that the user should wait for 24 Hours.resources:
Beta Was this translation helpful? Give feedback.
All reactions