Hitchwiki / hitchwiki

The Hitchhiker's Guide to Hitchhiking the World
https://hitchwiki.org
32 stars 9 forks source link

Override default user password #138

Closed omelnyk closed 6 years ago

omelnyk commented 7 years ago

Add a way to do it in settings.ini for Hitchwiki, Hitchhiker and Hitchbot users

simison commented 7 years ago

You mean the SQL or the admin user created on dev-install?

omelnyk commented 7 years ago

These: scripts/create_users.sh#L21-L34

traumschule commented 6 years ago

they are hardcoded in ansible right now. i could add a hash under hitchwiki like this:

hitchwiki:
  user:
    Hitchwiki: {{ db.phpmyadmin_password }}
    Hitchbot: {{ db.phpmyadmin_password }}
    Hitchhiker:  {{ db.phpmyadmin_password }}

so you could change them easily later on

traumschule commented 6 years ago

done