From ecbe29d3fb585b137f0b45ae5fec14dce14f5046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl-David=20Lasseri?= Date: Tue, 8 Sep 2015 22:57:59 +0200 Subject: [PATCH] =?UTF-8?q?[ldap=5Fcrans.py]=20On=20passe=20le=20chgpass?= =?UTF-8?q?=20a=20automatique=20par=20d=C3=A9faut?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gestion/ldap_crans.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gestion/ldap_crans.py b/gestion/ldap_crans.py index 52f401a4..24ab1c4e 100755 --- a/gestion/ldap_crans.py +++ b/gestion/ldap_crans.py @@ -2044,7 +2044,7 @@ class BaseProprietaire(BaseClasseCrans): compte = self._data.get('uid', [''])[0] if compte: ret += u'\nUn compte a été créé :\n login : %s\n' % self.compte() - r = prompt(u"Attribuer tout de suite un mot de passe, (A pour Automatique) ? [O/N/A]", "O") + r = prompt(u"Attribuer tout de suite un mot de passe, (A pour Automatique) ? [o/n/A]", "A") if r == 'O' or r == 'o': change_password(login=self.compte()) if r == 'A' or r == 'a':