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:
If you are using Dradis on Docker, run instead:
$ docker exec -it app bundle exec rails dbconsole
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.ymlpassword: new_password
$ god load /etc/god.d/dradispro-puma.god $ god restart
Now you're set with your own instance passwords.
Next help article: Restricting Image Domains with Rails CSP
Loading form...
Your email is kept private. We don't do the spam thing.