Closed statusfailed closed 11 years ago
I've removed the NOT NULL constraint from the "email" table column, because by default the Snap.Snaplet.Auth.createUser function will give a Nothing for the email field, causing it to fail.
Pulling in #11 has resulted in the NOT NULL constraint on the email column being preserved, which is presumably not intended.
NOT NULL
email
Weird, thanks.
Whoops, that's probably my fault- sorry about that.
I've removed the NOT NULL constraint from the "email" table column, because by default the Snap.Snaplet.Auth.createUser function will give a Nothing for the email field, causing it to fail.