From 1514537b866e76760d97434a2915cf3098e7769d Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Wed, 4 Jul 2018 10:36:51 +0200 Subject: [PATCH] authentic2: adapt to depreciation in profile view (#25038) --- templates/authentic2/accounts.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/authentic2/accounts.html b/templates/authentic2/accounts.html index 181845d..6e517c2 100644 --- a/templates/authentic2/accounts.html +++ b/templates/authentic2/accounts.html @@ -35,7 +35,7 @@ {% if allow_email_change %}
  • Modifier le courriel associĆ©
  • {% endif %} - {% if allow_password_change %} + {% if user.can_change_password %} {% if user.has_usable_password %}
  • Modifier le mot de passe
  • {% else %} -- 2.18.0