Index on a blank field will cause issues
This commit is contained in:
parent
03007df4b7
commit
b08938a66e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue