Click or drag to resize
GnomonMembershipProviderUnlockUser Method
Clears a lock so that the membership user can be validated.

Namespace: RMP.Web
Assembly: RMP.Web (in RMP.Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool UnlockUser(
	string userName
)

Parameters

userName
Type: SystemString
The membership user whose lock status you want to clear.

Return Value

Type: Boolean
true if the membership user was successfully unlocked; otherwise, false.
Exceptions
ExceptionCondition
NotImplementedExceptionPlease use the RMP User editor
See Also