docs/doc/source/security/kubernetes/keystone-passwd-recovery-ef3b3ce867b7.rst
Suzana Fernandes 4b0d6f789e Fix index Security guide
[EAG] - Fix toctrees in wrong place
[RS]  - escape sample URLs

Change-Id: I3972bac7a0637bedfdca70a523851439d3b7ce42
Signed-off-by: Suzana Fernandes <Suzana.Fernandes@windriver.com>
2024-11-29 18:18:33 +00:00

1002 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