ALTER USER
Alter existing user options.
Alter existing user options.
Synopsis
ALTER USER user_name
WITH PASSWORD 'password' NOSUPERUSER | SUPERUSER
A semicolon that terminates CQL statements is not included in the synopsis. |
Description
Superusers can change a user's password or superuser status. To prevent disabling all superusers, superusers cannot change their own superuser status. Ordinary users can change only their own password. Enclose the user name in single quotation marks if it contains non-alphanumeric characters. Enclose the password in single quotation marks.
Examples
ALTER USER moss WITH PASSWORD 'bestReceiver';