rm owner_disabled, user_disabled

- Not functional as OIDC is external.
- Inventory is checked as part of offboarding.
- Easily spottable as already offboarded users don't have full names.
This commit is contained in:
2025-06-01 14:59:30 +03:00
parent 5e4e53b889
commit af524f29d0
2 changed files with 1 additions and 25 deletions

View File

@@ -58,22 +58,6 @@
</label>
</div>
{% endif %}
{% if not public_view %}
<div class="input-field col s12 m2">
<label>
<input type="checkbox" value="true"
name="owner_disabled" {% if owner_disabled %} checked="checked" {% endif %}/>
<span>Owner disabled</span>
</label>
</div>
<div class="input-field col s12 m2">
<label>
<input type="checkbox" value="true"
name="user_disabled" {% if user_disabled %} checked="checked" {% endif %}/>
<span>User disabled</span>
</label>
</div>
{% endif %}
<div class="input-field col s12 m2" name="item_type">
<button type="submit">Apply</button>
<button type="reset">Reset</button>