Click or drag to resize

ISecurityServiceResetPassword Method

Resets user password.

Namespace: GSF.Web.Embedded
Assembly: GSF.Web (in GSF.Web.dll) Version: 2.4.253-beta
Syntax
[OperationContractAttribute]
[WebGetAttribute(UriTemplate = "/resetpassword?securityanswer={securityAnswer}")]
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.
See Also