mirror of
https://github.com/heartcombo/devise.git
synced 2022-11-09 12:18:31 -05:00
Confirmable is not default anymore. This provides a better bootstrap experience.
This commit is contained in:
parent
f5bc66521f
commit
07204c500d
1 changed files with 2 additions and 2 deletions
|
@ -38,8 +38,8 @@ class DeviseGenerator < Rails::Generators::NamedBase
|
|||
devise_class_setup = <<-CONTENT
|
||||
|
||||
# Include default devise modules. Others available are:
|
||||
# :token_authenticatable, :lockable and :timeoutable
|
||||
devise :database_authenticatable, :registerable, :confirmable,
|
||||
# :token_authenticatable, :confirmable, :lockable and :timeoutable
|
||||
devise :database_authenticatable, :registerable,
|
||||
:recoverable, :rememberable, :trackable, :validatable
|
||||
|
||||
CONTENT
|
||||
|
|
Loading…
Reference in a new issue