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:
@@ -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>
|
||||
|
Reference in New Issue
Block a user