1
0

Index on a blank field will cause issues

This commit is contained in:
Andrew Tomaka 2013-04-26 21:09:16 -04:00
parent 03007df4b7
commit b08938a66e

View File

@ -27,7 +27,7 @@ devise :kerberos_authenticatable
attr_accessible :username
```
* Update your User table in your database to include the username field.
* Update your User table in your database to include the username field and remove the index from the email field.
* Rebuild your Devise views automatically or by hand.
```