Click or drag to resize

SecurityServiceResetPassword Method

Resets user password.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.181-beta
Syntax
public bool ResetPassword(
	string securityAnswer
)
View Source

Parameters

securityAnswer  String
Answer to user's security question.

Return Value

Boolean
true if password is reset, otherwise false.

Implements

ISecurityServiceResetPassword(String)
See Also