Skip to content

Latest commit

 

History

History
40 lines (35 loc) · 1.53 KB

proc_resetting-the-administrative-user-password.adoc

File metadata and controls

40 lines (35 loc) · 1.53 KB

Resetting the Administrative User Password

Use the following procedures to reset the administrative password to randomly generated characters or to set a new administrative password.

To Reset the Administrative User Password
  1. Log in to the base operating system where {ProjectServer} is installed.

  2. Enter the following command to reset the password:

    # foreman-rake permissions:reset
    Reset to user: admin, password: qwJxBptxb7Gfcjj5
  3. Use this password to reset the password in the {ProjectWebUI}.

  4. Edit the ~/.hammer/cli.modules.d/foreman.yml file on {ProjectServer} to add the new password:

    # vi ~/.hammer/cli.modules.d/foreman.yml

Unless you update the ~/.hammer/cli.modules.d/foreman.yml file, you cannot use the new password with Hammer CLI.

To Set a New Administrative User Password
  1. Log in to the base operating system where {ProjectServer} is installed.

  2. To set the password, enter the following command:

    # foreman-rake permissions:reset password=new_password
  3. Edit the ~/.hammer/cli.modules.d/foreman.yml file on {ProjectServer} to add the new password:

    # vi ~/.hammer/cli.modules.d/foreman.yml

Unless you update the ~/.hammer/cli.modules.d/foreman.yml file, you cannot use the new password with Hammer CLI.