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
Users can request a new email to be sent no less than X seconds after the last request.
Initially X = 0. Submitting the a request increases it by 60 for 1 hour.
So the second request would be after 2 minutes, third after 3, etc. But the time increase expires in 1 hour.
We need a timer on the pass reset frontend showing how long until they can request again. However, this needs to be validated on the backend as well.
The text was updated successfully, but these errors were encountered:
Users can request a new email to be sent no less than X seconds after the last request.
Initially X = 0. Submitting the a request increases it by 60 for 1 hour.
So the second request would be after 2 minutes, third after 3, etc. But the time increase expires in 1 hour.
We need a timer on the pass reset frontend showing how long until they can request again. However, this needs to be validated on the backend as well.
The text was updated successfully, but these errors were encountered: