mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
Added basic logic for impersonation
This commit is contained in:
parent
15e072a2ff
commit
d20153c569
7 changed files with 163 additions and 27 deletions
|
@ -24,6 +24,12 @@
|
|||
{{ form_row(form.showEmailOnProfile) }}
|
||||
{{ form_row(form.department) }}
|
||||
{{ form_row(form.aboutMe) }}
|
||||
|
||||
<div class="row mb-2">
|
||||
<a href="#" class="btn btn-link">Impersonate</a>
|
||||
</div>
|
||||
|
||||
|
||||
{% endblock %}
|
||||
|
||||
{% block additional_panes %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue