-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Password protection
dgtlmoon edited this page Jun 24, 2021
·
1 revision
You can protect your setup with a password, simply place a password in the password field in the settings tab
If you forget your password, you can remove the password by placing a file called removepassword.lock
in your data directory and restarting your changedetection.io installation
for example (if you are the using the default recipe in README.md)
docker exec -t changedetection.io touch /datastore/removepassword.lock
docker restart changedetection.io