Overload List
| Name | Description | |
|---|---|---|
| ChangePasswordByToken(Int32, String, String, String) |
overload will validate the token and if valid change the password
it does not require an old password as it supports hashed passwords
| |
| ChangePasswordByToken(Int32, String, String, String, String%) | Obsolete.
overload will validate the token and if valid change the password
it does not require an old password as it supports hashed passwords
errorMessage will define why reset failed
| |
| ChangePasswordByToken(Int32, String, String, String, String, String%) |
overload will validate the token and if valid change the password
it does not require an old password as it supports hashed passwords
errorMessage will define why reset failed
|