diff --git a/data/web/autoconfig.php b/data/web/autoconfig.php
index 95952df0..6a528d4a 100644
--- a/data/web/autoconfig.php
+++ b/data/web/autoconfig.php
@@ -85,7 +85,7 @@ if (count($records) == 0 || $records[0]['target'] != '') { ?>
password-cleartext
-
+
If you didn't change the password given to you by the administrator or if you didn't change it in a long time, please consider doing that now.
Sollten Sie das Ihnen durch den Administrator vergebene Passwort noch nicht geändert haben, empfehlen wir dies nun zu tun. Auch ein altes Passwort sollte aus Sicherheitsgründen geändert werden.
diff --git a/data/web/js/site/admin.js b/data/web/js/site/admin.js
index b6edf6f8..0195a9c3 100644
--- a/data/web/js/site/admin.js
+++ b/data/web/js/site/admin.js
@@ -558,7 +558,7 @@ jQuery(function($){
} else if (table == 'oauth2clientstable') {
$.each(data, function (i, item) {
item.action = '';
item.scope = "profile";
@@ -573,7 +573,7 @@ jQuery(function($){
item.action = '';
});
} else if (table == 'adminstable') {