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:
Julius Härtl 2017-10-17 01:38:39 +02:00
parent 055c6bd279
commit 17ed43128c
No known key found for this signature in database
GPG Key ID: 4C614C6ED2CDE6DF
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@
<field>
<name>username</name>
<type>text</type>
<notnull>true</notnull>
</field>
<field>
<name>password</name>