-
Notifications
You must be signed in to change notification settings - Fork 325
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
[SMS API] "Rate Limit" and "max_attempts" is not working once captcha is submitted. #763
Comments
Maybe linked to #736 |
We will see that with @armfem |
We indeed still reproduce the bug A solution would be to create a form token in the first screen, in a hidden field, then invalidate this token before sending the SMS. In this case a refresh would not resend the SMS as the form token won't be accepted again. We need to implement this and be sure it does not cause regression. Targeting for a further release |
When working on this issue, don't forget to pull the captcha refactoring work done in #894 (pushed on master) |
@abhisheksahnii It should be ok now with PR #978 For solving this, we now use a form token between two steps, for validating that one step is only done once. |
I am using SMS service to reset the passwords using SMS API and able to receive the reset tokens successfully.
ISSUE:
I tried to limit the number of tries a user can use the SMS option to reset their password following above-mentioned links, the User is still able to get an unlimited number of tokens by just refreshing the SMS Token submit page.
ltb_configuration.txt
This may be a bug
The text was updated successfully, but these errors were encountered: