|
@@ -13,5 +13,6 @@ Your Account Data
|
|
|
{% trans %}E-mail{% endtrans %}: {{ user.email }}{% if settings.password_in_email %}
|
|
|
{% trans %}Password{% endtrans %}: {{ password }}{% endif %}
|
|
|
|
|
|
-{% trans %}This is only time you will receive your current password. Due to security reasons we dont store members passwords as they are entered on registration, instead we encrypt those password in un-reversible manner to keep them safe.{% endtrans %}{% block activation_instructions %}{% endblock %}
|
|
|
+{% trans %}This is only time you will receive your current password. Due to security reasons we don't store members passwords as they are entered on registration, instead we encrypt those password in un-reversible manner to keep them safe.{% endtrans %}{% block activation_instructions %}{% endblock %}
|
|
|
+{% endif %}
|
|
|
{% endblock %}
|