Advertisement
Guest User

Untitled

a guest
May 16th, 2017
526
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. Red Hat Enterprise Linux OpenStack Platform Installer
  2. you can run this command as root to reset the password:
  3.  
  4. $ `sudo foreman-rake permissions:reset`
  5. Reset to user: admin, password: XXXXXXXXXX
  6.  
  7. Admin password is stored in Postgres table users inside foreman database:
  8. ```
  9. id | login | admin | password_hash | password_salt
  10. ---+-------------------+-------+---------------+---------------
  11. 1 | foreman_admin | t | |
  12. 2 | foreman_api_admin | t | |
  13. 3 | admin | t | XX | XX
  14. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement