Click or drag to resize

MIISControllerChangeUserPassword Method

Sets the password for a user.

Namespace:  Omada.OE.AppLogic
Assembly:  Omada.OE.AppLogic (in Omada.OE.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public void ChangeUserPassword(
	int userId,
	string oldPassword,
	string newPassword
)

Parameters

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