Remove notnull contraint from username
It is not required since we can have an registration entry without a username in the database, either from migration or when signing up with email first in the web interface Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
055c6bd279
commit
17ed43128c
|
|
@ -23,7 +23,6 @@
|
||||||
<field>
|
<field>
|
||||||
<name>username</name>
|
<name>username</name>
|
||||||
<type>text</type>
|
<type>text</type>
|
||||||
<notnull>true</notnull>
|
|
||||||
</field>
|
</field>
|
||||||
<field>
|
<field>
|
||||||
<name>password</name>
|
<name>password</name>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue