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
Syntaxpublic void SetPassword(
string plainTextPassword,
UsersRepositoryPasswordFormat passwordFormat
)
Public Sub SetPassword (
plainTextPassword As String,
passwordFormat As UsersRepositoryPasswordFormat
)
public:
void SetPassword(
String^ plainTextPassword,
UsersRepositoryPasswordFormat^ passwordFormat
)
member SetPassword :
plainTextPassword : string *
passwordFormat : UsersRepositoryPasswordFormat -> unit
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