Skip to content

Commit 895a4c8

Browse files
committed
Add :confirmable to included devise modules
1 parent cbb6dad commit 895a4c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/models/user.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ class User < ApplicationRecord
6565
# :token_authenticatable, :confirmable,
6666
# :lockable, :timeoutable and :omniauthable
6767
devise :invitable, :database_authenticatable, :registerable, :recoverable,
68-
:rememberable, :trackable, :validatable, :omniauthable,
68+
:rememberable, :trackable, :validatable, :omniauthable, :confirmable,
6969
omniauth_providers: %i[shibboleth orcid]
7070

7171
# default user language to the default language

0 commit comments

Comments
 (0)