{{ user.name }}
Actions:
- View datasets created by this user
- Delete this user {% if not user.password %}
- Complete registration
- Re-generate registration token (warning: invalidates previous registration links) {% endif %}
{% 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 %}