Commit Graph

4 Commits

Author SHA1 Message Date
leiweibau
4d59388c83 improve reset_password script 2022-07-25 16:55:37 +02:00
leiweibau
415ca8a1ff Update reset_password.sh 2022-07-25 14:37:30 +02:00
leiweibau
d5582b318d More robust script
If the necessary entries do not exist in the configuration file, they will be created now.
2022-07-25 14:10:23 +02:00
leiweibau
fec58bf028 Basic Login
- Default password is "123456"
- there is a warning on the login page, when the default password is active
- to set ne new password, use the reset_password.sh in the config folder (./reset_password.sh newpassword)
- the password is stored as a sha256 hash
- the script creates a backup of the config file, just in case
2022-07-22 21:21:43 +02:00