Click or drag to resize

UserSetPassword Method

Sets the User's password

Namespace:  Aloe.EnterpriseOne.Model.Systems.Security
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public void SetPassword(
	string plainTextPassword,
	UsersRepositoryPasswordFormat passwordFormat
)

Parameters

plainTextPassword
Type: SystemString
is the User's password in plain text
passwordFormat
Type: Aloe.EnterpriseOne.Model.Systems.SecurityUsersRepositoryPasswordFormat
is the format of password hash used to store the User's password
See Also