Bug #1368: Allows to create users with null password when LDAP is used.
FEA: ItEr76S04BugFixing
This commit is contained in:
parent
f2a41095ea
commit
cbca7447b9
1 changed files with 1 additions and 1 deletions
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue