admin/users/list: show if password recover is in progress instead of paper key
This commit is contained in:
parent
f625ba45ee
commit
6ddbe013bc
1 changed files with 3 additions and 3 deletions
|
|
@ -98,10 +98,10 @@
|
|||
<td class="text-nowrap">
|
||||
{% if user_loop.password %}
|
||||
|
||||
{% if user_loop.paper_key %}
|
||||
<span class="badge bg-success me-1"></span> Good
|
||||
{% if user_loop.password_recover %}
|
||||
<span class="badge bg-yellow me-1"></span> Password reset requested
|
||||
{% else %}
|
||||
<span class="badge bg-warning me-1"></span> No paper key
|
||||
<span class="badge bg-success me-1"></span> Good
|
||||
{% endif %}
|
||||
|
||||
{% else %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue