diff --git a/src/documents/templates/account/login.html b/src/documents/templates/account/login.html index c66fa6e44..5996c6cbb 100644 --- a/src/documents/templates/account/login.html +++ b/src/documents/templates/account/login.html @@ -15,7 +15,7 @@ {% endblock form_top_content %} {% block form_content %} - {% if FIRST_INSTALL %} + {% if FIRST_INSTALL and not DISABLE_REGULAR_LOGIN %}