Evaluting the method signature, it is required to know old password while changing it.
membershipUser.ChangePassword(userWrapper.OldPassword, userWrapper.Password)
Is there any way to change password without knowing old one.
|
Evaluting the method signature, it is required to know old password while changing it.
Is there any way to change password without knowing old one.
| ||||
|
feedback
|
| |||||||
feedback
|
|
You need to reset the user's password before changing it, and pass in the generated password to
or inline:
| |||
|
feedback
|
|
Use the password you want to set from textbox in place of 123456.
| |||
|
feedback
|