From b2cebaffccbae5e81674ca04c65de63b574b53be Mon Sep 17 00:00:00 2001 From: "Simon L." Date: Thu, 30 May 2024 13:11:37 +0200 Subject: [PATCH] fix detail Signed-off-by: Simon L --- php/templates/login.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php/templates/login.twig b/php/templates/login.twig index 5e68ffba..278567d5 100644 --- a/php/templates/login.twig +++ b/php/templates/login.twig @@ -15,7 +15,7 @@ {% else %} -

The login is blocked since Nextcloud is running.Please use the automatic login from your Nextcloud.

+

The login is blocked since Nextcloud is running. Please use the automatic login from your Nextcloud.

If that is not possible, you can unblock the login by running
sudo docker stop nextcloud-aio-apache

{% endif %}