userPassword n'est pas monovalué.

This commit is contained in:
Pierre-Elliott Bécue 2015-02-27 10:42:32 +01:00
parent 9d89a0df5e
commit 54510faa56

View file

@ -1508,7 +1508,7 @@ class gecos(Attr):
@crans_attribute @crans_attribute
class userPassword(Attr): class userPassword(Attr):
__slots__ = () __slots__ = ()
singlevalue = True singlevalue = False
optional = True optional = True
legend = "Le mot de passe" legend = "Le mot de passe"
category = '' category = ''