always use your own name for registrations; except if the user has the add_different_user permission

This commit is contained in:
2023-03-23 11:13:19 +01:00
parent de35247c76
commit cde862f97f
7 changed files with 49 additions and 22 deletions

View File

@ -6,6 +6,7 @@
<tr>
<th>Name</th>
<th>Pw</th>
<th>Add Different User</th>
<th>Cox</th>
<th>Admin</th>
<th>Action</th>
@ -23,6 +24,9 @@
{% endif %}
<input type="password" name="pw" />
</td>
<td>
<input type="checkbox" name="add_different_user" {% if user.add_different_user %} checked="true"{% endif %}
</td>
<td>
<input type="checkbox" name="is_cox" {% if user.is_cox %} checked="true"{% endif %}
</td>