{% trans 'Temporary password' %}
{% trans 'Selected user(s)' %}:
-
{% for u in for_users %}
- {{ u.get_full_name|default:u.username }}
{% trans 'Email' %}: {{ u.email|default:'-' }}
{% endfor %}
{% blocktrans %}If you continue a temporary password will be set for these users. They will be required to change their password on first usage. {% endblocktrans %}