.NET Framework Class Library
MembershipUser.ResetPassword Method
Resets a user's password to a new, automatically generated password.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
| Name | Description | |
|---|---|---|
|
ResetPassword() | Resets a user's password to a new, automatically generated password. |
|
ResetPassword(String) | Resets a user's password to a new, automatically generated password. |
See Also