Click or drag to resize

VGMembershipInstanceChangePassword Method (String, String)

Changes the password based on request identifier key provided by GetChangePasswordIdentifier method and sets new password.

Namespace:  Novalys.VisualGuard.Security.Membership
Assembly:  Novalys.VisualGuard.Security (in Novalys.VisualGuard.Security.dll) Version: 2019.1.831.19 (2019.1.0831.19)
Syntax
public VGPasswordModificationStatus ChangePassword(
	string requestIdentifier,
	string newPassword
)

Parameters

requestIdentifier
Type: SystemString
Request Identifier key to change the password
newPassword
Type: SystemString
New password to set for the user

Return Value

Type: VGPasswordModificationStatus
See Also