Merge pull request #104 from juliushaertl/fix-empty-username

Remove notnull contraint from username
This commit is contained in:
Pellaeon Lin 2017-10-17 22:23:13 +08:00 committed by GitHub
commit 280c47a45d
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>