docs/doc/source/security/kubernetes/password-recovery.rst
Ron Stone f125a8b892 Remove spurious escapes (r8,dsR8)
This change addresses a long-standing issue in rST documentation imported from XML.
That import process added backslash escapes in front of various characters. The three
most common being '(', ')', and '_'.
These instances are removed.

Signed-off-by: Ron Stone <ronald.stone@windriver.com>
Change-Id: Id43a9337ffcd505ccbdf072d7b29afdb5d2c997e
2023-03-01 11:19:04 +00:00

904 B

Keystone Password Recovery

This section describes how to change or reset a Keystone user password.

  • Do one of the following to change a Keystone admin user password at any time.

    • Use the Identity panel in the Horizon Web interface.

    • Use the following command from the controller CLI.

      ~(keystone_admin)]$ openstack user password set
  • Use the following command to reset a Keystone non-admin user (tenant user) account.

    ~(keystone_admin)]$ openstack user set --password <temp_password> <user>

    where <user> is the username and <temp_password> is a temporary password.

partner