Dradis Professional runs on Debian OS, with each new OVA generated with the latest LTS version of Debian. As such, if you want to change the password for the dradispro
user, you can do so using passwd
:
sudo passwd username
Updating the database credentials requires a few more commands.
In your terminal as dradispro
:
$ cd /opt/dradispro/dradispro/current/ $ RAILS_ENV=production bundle exec rails dbconsole Enter password:
Enter the default password.
> SET PASSWORD FOR 'dradispro_db'@'localhost' = PASSWORD('new_password');
Replace new_password
with the desired password.
/opt/dradispro/dradispro/current/config/database.yml
password: new_password
$ god load /etc/god.d/dradispro-puma.god $ god restart
Now you're set with your own instance passwords.
Next help article: Change default CIC password →
Your email is kept private. We don't do the spam thing.