Click or drag to resize

SecurityService.ResetPassword Method

Resets user password.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.245-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

ISecurityService.ResetPassword(String)
See Also