mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-07-21 11:24:40 +02:00
Redirect user if it need to add an 2FA method or need to change password
This commit is contained in:
parent
3db0baa5e5
commit
cdd5027ee8
5 changed files with 184 additions and 2 deletions
|
@ -12,6 +12,10 @@
|
|||
|
||||
{% block additional_panes %}
|
||||
<div class="tab-pane" id="tab_permissions">
|
||||
{{ form_row(form.permissions) }}
|
||||
{{ form_row(form.permissions) }}
|
||||
</div>
|
||||
{% endblock %}
|
||||
|
||||
{% block additional_controls %}
|
||||
{{ form_row(form.enforce2FA) }}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue