ldap_crans: corrige l'appel à change_password
This commit is contained in:
parent
57da373a7f
commit
fcc70b914c
1 changed files with 1 additions and 1 deletions
|
@ -1953,7 +1953,7 @@ class BaseProprietaire(BaseClasseCrans):
|
|||
args+= self._data['uid'][0]
|
||||
r = prompt(u"Attribuer tout de suite un mot de passe ? [O/N]", "O")
|
||||
if r == 'O' or r == 'o':
|
||||
change_password(self.dn)
|
||||
change_password(login=self.compte())
|
||||
else:
|
||||
ret += coul(u' Il faudra penser à attribuer un mot de passe\n', 'jaune')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue