docs/doc/source/security/kubernetes/password-recovery.rst
Rafael Jardim d95c80d36f Update Security
Fixed merge conflict (RS)

Signed-off-by: Rafael Jardim <rafaeljordao.jardim@windriver.com>
Change-Id: I30b882a14196525f440db1108a56bbf862dfaf55
Signed-off-by: Ron Stone <ronald.stone@windriver.com>
2021-04-01 16:02:36 -04:00

1023 B

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

      Warning

      Both controller nodes must be locked and unlocked after changing the Keystone admin password. You must wait five minutes before performing the lock/unlock operations.

  • 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.