Click or drag to resize
UserInfoProviderSetPassword Method
Overload List
  NameDescription
Public methodStatic memberSetPassword(String, String)
Sets the password for the specified user. Saves object to database.
Public methodStatic memberSetPassword(UserInfo, String)
Sets the password for the specified user object, saves the user object.
Public methodStatic memberSetPassword(String, String, Boolean)
Sets the password for the specified user.
Public methodStatic memberSetPassword(UserInfo, String, Boolean)
Sets the password for the specified user object, does not save the user object.
Top
See Also