mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2026-09-21 08:58:31 +00:00
Fix: don't redirect to signup on first install when regular login is disabled (#14165)
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
{% endblock form_top_content %}
|
||||
|
||||
{% block form_content %}
|
||||
{% if FIRST_INSTALL %}
|
||||
{% if FIRST_INSTALL and not DISABLE_REGULAR_LOGIN %}
|
||||
<script type="text/javascript">
|
||||
// forward to the signup page if no users exist
|
||||
window.location.href = "{{ signup_url }}";
|
||||
|
||||
Reference in New Issue
Block a user