From b08938a66e1e1688bf3b15c2794645fe8b487eac Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Fri, 26 Apr 2013 21:09:16 -0400 Subject: [PATCH] Index on a blank field will cause issues --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0c95be1..08d15a2 100644 --- a/README.md +++ b/README.md @@ -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. ```