{% trans "Status" %} |
{% if octofuss_user.enabled %}
{% trans "enabled" %}
{% else %}
{% trans "disabled" %}
{% endif %}
|
{% trans "Username" %} |
{{octofuss_user.uid}} |
{% trans "Full name" %} |
{{octofuss_user.get_gecos_display}} |
{# refs #9972 #}
{% trans "Last password change" %} |
{{octofuss_user.last_password_change}} ({{octofuss_user.last_password_change_days}}) |
{# refs #9972 #}
{% trans "Next password change" %} |
{{octofuss_user.next_password_change}} ({{octofuss_user.next_password_change_days}}) |
{% trans "Unit" %} |
{{octofuss_user.ou}} |
{% trans "Controlled by group" %} |
{% if octofuss_user.controllerGroup %}
{{octofuss_user.controllerGroup}}
{% else %}
{% trans "none" %}
{% endif %}
|
{% trans "Home Directory" %} |
{{octofuss_user.homeDirectory}} |
{% trans "Shell" %} |
{{octofuss_user.loginShell}} |
{% trans "UID" %} |
{{octofuss_user.uidNumber}} |
{% trans "GID" %} |
{{octofuss_user.gidNumber}} |