diff --git a/lib/devise/schema.rb b/lib/devise/schema.rb index 260b43e8..e82c8372 100644 --- a/lib/devise/schema.rb +++ b/lib/devise/schema.rb @@ -22,7 +22,7 @@ module Devise end apply_schema :email, String, :null => null, :default => default - apply_schema :encrypted_password, String, :null => null, :default => default + apply_schema :encrypted_password, String, :null => null, :default => default, :limit => 128 apply_schema :password_salt, String, :null => null, :default => default end