Click or drag to resize
GnomonMembershipProviderChangePassword Method
Processes a request to update the password for a membership user.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool ChangePassword(
	string username,
	string oldPassword,
	string newPassword
)

Parameters

username
Type: SystemString
The user to update the password for.
oldPassword
Type: SystemString
The current password for the specified user.
newPassword
Type: SystemString
The new password for the specified user.

Return Value

Type: Boolean
true if the password was updated successfully; otherwise, false.
Exceptions
ExceptionCondition
NotImplementedException
See Also