admin/users/view: always allow force password reset
This commit is contained in:
parent
27a6ae9a14
commit
08c20f59a4
1 changed files with 2 additions and 1 deletions
|
|
@ -240,7 +240,6 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
{% if local.password %}
|
||||
<h2 class="mb-4">Password</h2>
|
||||
|
||||
<!-- Reset password -->
|
||||
|
|
@ -250,6 +249,8 @@
|
|||
</a>
|
||||
</div>
|
||||
|
||||
{% if local.password %}
|
||||
|
||||
<!-- Reset paper key -->
|
||||
{% if local.paper_key %}
|
||||
<div class="mb-4">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue