Set Password
Sets the password for a user.
Syntax
alter user <user reference> set password "<password>"
Parameters
user reference
String — Name of the user to set the password for.
password
String — New password for the user.
Security
Normal users are only able to change their own passwords. Admins are able to change passwords for any user in their organization.