Reset password form should has captcha
See original GitHub issueWe need to apply few changes to user reset functionality:
- We need to add captcha validation to password reset form.
- oxTrust should display current form without captcha if admin decided to not enable it (current flow)
- Show captcha if admin activated captcha config
- Remove section of code which send mail to not register e-mails. We also need to remove related messages from message resource files.
- Update message which we show after password reset
If this email is associated with a user account in our system, you will receive an email with instructions to reset your password.
Issue Analytics
- State:
- Created 5 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Should users need to complete a CAPTCHA upon changing ...
I want to change my password because haveibeenpwned lists my account as appearing in the last.fm breach. However, the CAPTCHA appears to be ......
Read more >Do not hide CAPTCHA elements on the brief password reset ...
When captcha module is enabled and /brief is used in URL, the validate captcha method is triggered: "The answer you entered for the...
Read more >Add a captcha to the password reset form - Feature Requests
The password reset form can generate unwanted emails if abused. Add ReCAPTCHA su…pport to the password reset form. Regards, Alec Smecher Public ...
Read more >How to protect a reset password feature? - Stack Overflow
Use A Captcha Phrase. To avoid malicious scripts from triggering many reset password requests for a large list of emails. Reset password link ......
Read more >Configure Google reCAPTCHA for the ... - ServiceNow Docs
Because on-premises instances do not have access to the Internet, they cannot use the Google reCAPTCHA service. Do not follow the procedure ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@natt-tester
Can we tell what page they were trying to access, and make sure we send them back to the login page with the right redirect URI baked in?
Instead of sending them to a new page that says… “Please check your email…” would it be easier to just show a pop up message on the existing page?
Ideally its a good flow for the user, so something like this:
user --> app --> login (which, after success, would redirect back to the app, but since they don’t have password…) --> reset password --> click validation email --> set new password --> redirect back to login page with the original redirect URI set
@shekhar16, there’s no need for a new resetPasswordSucces page, just put the message in a pop-up still in passwordReminder.