Bug #1368: Allows to create users with null password when LDAP is used.

FEA: ItEr76S04BugFixing
This commit is contained in:
Ignacio Diaz Teijido 2012-01-28 10:16:54 +01:00 committed by Jacobo Aragunde Pérez
parent f2a41095ea
commit cbca7447b9

View file

@ -20,7 +20,7 @@
</id>
<version name="version" access="property" type="long" />
<property name="loginName" not-null="true" unique="true" column="login_name" />
<property name="password" not-null="true"/>
<property name="password" />
<property name="email"/>
<property name="disabled"/>
<property name="librePlanUser" column="libreplan_user" not-null="true"/>