disable email confirmation on registration
This commit is contained in:
parent
a0eaee2a45
commit
0868e00978
@ -8,6 +8,6 @@ class User < ActiveRecord::Base
|
|||||||
|
|
||||||
# Include default devise modules. Others available are:
|
# Include default devise modules. Others available are:
|
||||||
# :confirmable, :lockable, :timeoutable and :omniauthable
|
# :confirmable, :lockable, :timeoutable and :omniauthable
|
||||||
devise :invitable, :database_authenticatable, :registerable, :confirmable,
|
devise :invitable, :database_authenticatable, :registerable, # :confirmable,
|
||||||
:recoverable, :rememberable, :trackable, :validatable
|
:recoverable, :rememberable, :trackable, :validatable
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user