Replies: 3 comments 3 replies
-
Hi thank you for pointing this out. A few things to note: ALL authentication data (password, access tokens, etc) are hashed according to industry standards before saving in the database. ONLY the main user is stored in the YAML file. We decided to keep the admin user in the YAML to allow you to easily reset the password without email enabled for password recovery to prevent you from getting locked out. Every time the server starts, it reads this password, hashes it, and inserts it into the database. Realistically, you'd either need to set this password as an environment variable or in the config file, which would both be accessible should someone gain access to your VPS. What we could consider adding is a new field to the config.yml file under |
Beta Was this translation helpful? Give feedback.
-
Seems a better solution to me.... |
Beta Was this translation helpful? Give feedback.
-
Used the install script.... |
Beta Was this translation helpful? Give feedback.
-
User name and password are not encrypted and readable in config.yml.
Not good....
Beta Was this translation helpful? Give feedback.
All reactions