From f52286f9b219d39ad3eb9f5bf4ec1a9aac2c1321 Mon Sep 17 00:00:00 2001 From: Birte Kristina Friesel Date: Sat, 9 Dec 2023 12:28:25 +0100 Subject: login: Add a 'registration disabled' hint if registration is disabled --- templates/login.html.ep | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/templates/login.html.ep b/templates/login.html.ep index 4e6097f..ce89813 100644 --- a/templates/login.html.ep +++ b/templates/login.html.ep @@ -96,4 +96,11 @@
+ % if (app->config->{registration}{disabled}) { +
+
+ Diese Instanz erlaubt derzeit keine Registrierung neuer Accounts +
+
+ % } %= end -- cgit v1.2.3