new_admin_plain.html 468 B

12345678910
  1. {% extends "_email/users/password/new_plain.html" %}
  2. {% block content %}
  3. {% trans username=user.username %}{{ username }}, you are receiving this message because board administrator has reset your account's password with new one.{% endtrans %}
  4. {% trans %}Your new password:{% endtrans %} {{ password }}
  5. {% trans %}You can sign in to your account using new password by following this link:{% endtrans %}
  6. {{ board_address }}{% url 'sign_in' %}
  7. {% endblock %}