Parameters login: The login - string - required password: The password - string - required separator: The separator for word creation - string - not required
admin user create bob pwd
mentdb User bob created with successful.
admin user create luc-yann pwd "-"
mentdb User luc-yann created with successful.
Update a user password
user set password <login> <password>
Description To set a user password
Parameters login: The login - string - required password: The password - string - required