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.
@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.
@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.
ChangePasswordandResetPasswordmethods provided OP is using ASP.NET MemberShip Provider.