ASP.NET Websecurity, Simple Membership Provider & Power Assigning New Password to a User -
this question has answer here:
i creating application in administrator must have privilege of resetting password of other users. don't want reset passwords. want administrator able change password of without knowing old password.
how can change password without knowing old password. using asp.net mvc 4 , simple membership provider.
i have no configuration in web.config membership provider.
in asp.net if want change password of users...
you need know id(username) of person. must unique , must have decided in database.
through coding run query of 'update' password of username, if have provided privileges admin.
hope answers question.
Comments
Post a Comment