question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Reset password form should has captcha

See original GitHub issue

We need to apply few changes to user reset functionality:

  1. 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
  1. Remove section of code which send mail to not register e-mails. We also need to remove related messages from message resource files.
  2. 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:closed
  • Created 5 years ago
  • Comments:11 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
willow9886commented, Sep 12, 2018

@natt-tester

Also, I think a button taking the user back to the login page would be a nice enhancement. What do you think, @willow9886?

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

0reactions
natt-testercommented, Sep 14, 2018

@shekhar16, there’s no need for a new resetPasswordSucces page, just put the message in a pop-up still in passwordReminder.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found