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

Unlock account on password reset #154

Open
ccoulson opened this issue Oct 31, 2017 · 3 comments
Open

Unlock account on password reset #154

ccoulson opened this issue Oct 31, 2017 · 3 comments

Comments

@ccoulson
Copy link
Member

carlptr[CodePlex]
If the user account is locked (due to entering the password wrong) a password reset does not unlock the account, see

https://sharepoint2013fba.codeplex.com/discussions/433168.

@ccoulson
Copy link
Member Author

ccoulson[CodePlex]
Got it. I think the database trigger solution you proposed will work.

@ccoulson
Copy link
Member Author

carlptr[CodePlex]
Sorry for not making it clearer. The request I have is that when a user initiates a password reset for himself, additonally his account is unlocked if neccessary.

So when a user enters the wrong password his account is locked. Then he initiates a password reset. After that he is still not able to login because the account is locked.

Would it be sufficient to create a database trigger that when the password value is changed the lock flag is unset, too?

@ccoulson
Copy link
Member Author

ccoulson[CodePlex]
Actually, you should be able to reset the password on a locked account. You can do it in two steps:
Unlock the account by unchecking the 'Account Locked' checkbox and saving the changes on the Edit User page.

Reset the user's password with the 'Reset Password' button on the edit user page to get to the reset password page.

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

No branches or pull requests

1 participant