Click or drag to resize

LoginHandlerChangePassword Method

Namespace:  Dynamicweb.Frontend
Assembly:  Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax
public static void ChangePassword(
	int userId,
	string oldPassword,
	string newPassword,
	bool encryptPassword
)

Parameters

userId
Type: SystemInt32
oldPassword
Type: SystemString
newPassword
Type: SystemString
encryptPassword
Type: SystemBoolean
See Also