reset-password Questions

4

Solved

I have a reset-password form with 2 input fields: New Password New Password (confirmation) I had to create a validation where "New Password (confirmation) needed to match "New Password&...
Skyjack asked 6/4, 2022 at 10:45

1

I'm trying to use postman to make a post request to reset the password, to the wordpress site. Here is what query is obtained as a result: https://example.com/wp-login.php?action=lostpassword&u...
Lalia asked 19/3, 2018 at 10:6

5

I use Passport.js in Node.js to create a login system. Everything is ok, but I do not know how to reset user password when they forget their password or they want to change it. User model in Mong...
Cheddite asked 29/11, 2013 at 1:22

3

I am using Keycloak and I want to enable Forgot password flow. I have enabled Forgot password in login and configured SMTP to send email. What I get out of the box from keycloak is the following -&...

5

Solved

I'm using devise for authentication and I've added some other fields to the users table after setting up devise. User can sign-up by entering email and password only and after sign-up user can edit...
Neurology asked 17/9, 2013 at 12:6

11

Solved

I need ability to change password for user by admin. So, admin should not enter a current password of user, he should have ability to set a new password. I look at ChangePasswordAsync method, but t...
Farwell asked 27/3, 2015 at 0:36

1

Solved

The user could signup and can sign in just fine using Azure AD B2C with an email that contains +. However, when clicking "Forgot password" link on the sign-in page and entering their e-mail with a ...

2

Solved

On my Local server everything was good was using mailtrap mail server as smtp server. but when my website is on live server and when I trying to reset password (forgot password ) getting following ...
Kanaka asked 14/2, 2018 at 12:19

5

Solved

I've implemented ASP.NET Identity in my MVC application by copying the code from the VS 2013 templates. The basic thing is working, but I couldn't get the Reset Password to work. When I show the "f...
Okapi asked 2/12, 2014 at 4:1

7

Solved

I am wondering if there is a way to reset password with UserManager of ASP.NET MVC 5 I tried this with user that already has a password but no success. Any clue? IdentityResult result = Use...
Bolide asked 19/3, 2014 at 19:59

1

Solved

I am a beginner in django (django 1.7 python 2.7). I am trying to add no captcha recaptcha onto my django reset password form. I am trying to use this recaptcha djano plugin. I have followed the...
Homogeneous asked 16/9, 2015 at 9:20

3

I'm using redis as a session store, Storing sessions like so [NameSpace]:[UniqueId] -> [email_id] Here is the problem, when a user resets their password, how do I invalidate all the session...
Raina asked 6/2, 2015 at 11:32

1

Solved

Any best practice on how a reset password token should be constructed? I'm thinking: random 17 characters [a-zA-Z0-9] + a globally unique id + random 17 characters [a-zA-Z0-9]. Is there a better ...
Vivianne asked 16/11, 2013 at 1:51

4

Solved

There are lots of questions about recovering passwords on SO, but not about changing passwords considering one of the two following: 1) The user is authenticated in the system already (either thro...
Elsa asked 8/7, 2011 at 23:57

5

Solved

I'm adding a password reset feature to my Rails application that uses Authlogic. I was following the guide here: http://www.binarylogic.com/2008/11/16/tutorial-reset-passwords-with-authlogic/ and e...
Stillman asked 1/2, 2010 at 0:51

5

Solved

Before I begin, my reason for not using OAuth is I believe it is not really something we should be using on this project, we're targeting a platform that will be packaged and resold to companies, w...
Cybil asked 20/8, 2010 at 15:5

14

I was wondering what would be the safer option when users have forgotten their password Send a randomly generated new password to the email address (all email addresses in my database are confirm...
Boscage asked 16/2, 2010 at 23:16
1

© 2022 - 2025 — McMap. All rights reserved.