Click or drag to resize
GnomonMembershipProviderResetPassword Method
Resets a user's password to a new, automatically generated password.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override string ResetPassword(
	string username,
	string answer
)

Parameters

username
Type: SystemString
The user to reset the password for.
answer
Type: SystemString
The password answer for the specified user.

Return Value

Type: String
The new password for the specified user.
Exceptions
ExceptionCondition
NotImplementedException
See Also