Click or drag to resize

ISecurityServiceResetPassword Method

Resets user password.

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