Getting there with Devise MFA
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class User < ApplicationRecord
|
||||
devise :two_factor_authenticatable
|
||||
# Include default devise modules. Others available are:
|
||||
# :confirmable, :lockable, :timeoutable, :trackable and :omniauthable
|
||||
devise :database_authenticatable, :recoverable, :rememberable, :validatable, :lockable, :timeoutable, :trackable, :registerable
|
||||
devise :recoverable, :rememberable, :validatable, :lockable, :timeoutable, :trackable, :registerable
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user