From c0b623391252152311ff44be5884bc5429068ec2 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 14 Jul 2021 13:38:32 +1000 Subject: [PATCH] Settings: Remove password link fix --- backend/templates/settings.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/templates/settings.html b/backend/templates/settings.html index 2b6d9422..a17ba2c7 100644 --- a/backend/templates/settings.html +++ b/backend/templates/settings.html @@ -12,7 +12,7 @@
{% if current_user.is_authenticated %} - Remove password + Remove password {% else %} {{ render_field(form.password, size=10) }} Password protection for your changedetection.io application.