do not require user_preference permission when creating new user (#3474)

This commit is contained in:
Kevin Papst
2022-08-16 21:13:26 +02:00
committed by GitHub
parent 303ec5be11
commit 1c613d0a52
3 changed files with 4 additions and 2 deletions

View File

@@ -44,6 +44,7 @@
</div>
</div>
{% if form.language is defined and form.timezone is defined %}
<div class="row">
<div class="col-md-6">
{{ form_row(form.language) }}
@@ -52,6 +53,7 @@
{{ form_row(form.timezone) }}
</div>
</div>
{% endif %}
{% if form.teams is defined or form.roles is defined %}
{% set length = 12 %}