X-Git-Url: https://git.openstreetmap.org./osqa.git/blobdiff_plain/ca88510e4dd14206f623cababfda1e8a9daf70d4..483162a72bfe820b11db05c384c0fc6103d084cf:/forum/skins/default/templates/auth/auth_settings.html diff --git a/forum/skins/default/templates/auth/auth_settings.html b/forum/skins/default/templates/auth/auth_settings.html index 3e32007..8b52019 100644 --- a/forum/skins/default/templates/auth/auth_settings.html +++ b/forum/skins/default/templates/auth/auth_settings.html @@ -19,10 +19,10 @@ {% ifequal view_user request.user %} {% endifequal %} +{% if allow_local_auth %} {% if has_password %}

{% blocktrans %}This is where you can change your password. Make sure you remember it!{% endblocktrans %}

-{% endif %} -{% if not has_password %} +{% else %}

{% blocktrans %}You can set up a password for your account, so you can login using standard username and password!{% endblocktrans %}

{% endif %}
@@ -33,5 +33,6 @@
+{% endif %} {% endblock %}