From 5f9ca2a8aa16cbacbd1ee6aa60b022965ff10909 Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Tue, 21 Jul 2020 21:16:18 +0200 Subject: [PATCH] Add a warning about admin approval breaking login flows Signed-off-by: Joas Schilling --- templates/admin.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/templates/admin.php b/templates/admin.php index 16ff9e5..e9aeb12 100644 --- a/templates/admin.php +++ b/templates/admin.php @@ -26,9 +26,13 @@ foreach ($_['groups'] as $group) {

- + > - + +

+ + t('Enabling "admin approval" will prevent registrations from mobile and desktop clients to complete as the credentials can not be verified by the client until the user was enabled.'));?>