To generate a new password for an administrator user:

  1. Log in to your OnApp Cloud Control Panel using SSH:

    ssh root@your.hostname
    CODE
  2. Go to the directory where your Control Panel is installed:

    cd /onapp/interface
    CODE
  3. To set a predefined password, run: 

    RAILS_ENV=production rake onapp:password[admin,new_password]
    CODE


To set a predefined password, run: 

RAILS_ENV=production rake onapp:password[admin_login,new_password]
CODE