Click or drag to resize

AdoSecurityProviderChangePassword Method

Changes user password in the backend data store.

Namespace: GSF.Security
Assembly: GSF.Security (in GSF.Security.dll) Version: 2.4.181-beta
Syntax
public override bool ChangePassword(
	string oldPassword,
	string newPassword
)
View Source

Parameters

oldPassword  String
User's current password.
newPassword  String
User's new password.

Return Value

Boolean
true if the password is changed, otherwise false.

Implements

ISecurityProviderChangePassword(String, String)
Exceptions
ExceptionCondition
SecurityExceptionnewPassword does not meet password requirements.
See Also