To generate a new password for an administrator user:
Log in to your OnApp Cloud Control Panel using SSH:
ssh root@your.hostname
CODE
Go to the directory where your Control Panel is installed:
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