Click or drag to resize

ISecurityProviderResetPassword Method

Resets user password in the backend data store.

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

Parameters

securityAnswer  String
Answer to the user's security question.

Return Value

Boolean
true if the password is reset, otherwise false.
See Also