Skip to content
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

Open
abhisheksahnii opened this issue Mar 15, 2023 · 4 comments
Assignees
Labels
Milestone

Comments

@abhisheksahnii
Copy link

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

Screenshot 2023-03-15 151501

This may be a bug

@coudot
Copy link
Member

coudot commented Mar 15, 2023

Maybe linked to #736

@coudot coudot added the bug label Mar 15, 2023
@coudot coudot added this to the 1.5.3 milestone Mar 15, 2023
@coudot coudot modified the milestones: 1.5.3, 1.6.0 May 12, 2023
@coudot coudot self-assigned this Mar 7, 2024
@coudot
Copy link
Member

coudot commented Mar 7, 2024

We will see that with @armfem

@coudot
Copy link
Member

coudot commented Apr 26, 2024

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

@coudot coudot modified the milestones: 1.6.0, 1.7.0 Apr 26, 2024
@davidcoutadeur
Copy link

davidcoutadeur commented Jul 3, 2024

When working on this issue, don't forget to pull the captcha refactoring work done in #894 (pushed on master)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants