Enable simple username+password login - ugly but serviceable

This commit is contained in:
Danielle McLean 2017-10-06 10:38:10 +11:00
parent e141fb4666
commit f934632484
Signed by: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
5 changed files with 20 additions and 31 deletions

View file

@ -1,9 +1,10 @@
User
username Text maxlen=190
password Text maxlen=79
fullName Text maxlen=500
email Text maxlen=190
note Text sqltype=mediumtext
UniqueUsername username
UniqueUser username
UniqueEmail email
deriving Typeable