1
0
Fork 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
1 changed files with 1 additions and 1 deletions

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.
```