1

I'm Having a page in which all the user accounts are shown in a grid view. I'm the admin and i want to change or reset the password of a particular user. How this can be done? Password format is salt and using forms authentication.

4
  • 2
    Are you using asp.net membership ? Commented Apr 3, 2012 at 8:32
  • yup, nothing to do with Forms Auth. All depends on your membership system, be it the built in provider or a custom one. Commented Apr 3, 2012 at 9:44
  • @RPM1984: It has everything to do with FormsAUth as it have its own ChangePassword and ResetPassword methods provided OP is using ASP.NET MemberShip Provider. Commented Apr 9, 2012 at 2:10
  • @naveen - yes, provided their using ASP.NET Membership provider. Im using a custom, so both change/reset pw is done by my provider. Forms Auth only signs out/logs in. Commented Apr 9, 2012 at 3:10

1 Answer 1

0

Change the available password in db with new password and send the new password to user. Request the user to change the password once the log in.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.