{{ user.name }}
Actions:
- View datasets created by this user
- Delete this user {% if not user.password %}
- Password (re)set link {% endif %}
- Send new password reset link (warning: resets password & re-generates token)
{% if mode == "edit" %}Edit user '{{ user.name }}'{% else %}Create user{% endif %}
{% if mode != "edit" %}If you do not enter a password, after creating the account, a link will be generated through which the password may be set by the user.
{% elif not user.password %}This user has not yet completed their registration and set a password.
{% endif %}