Skip to content
Snippets Groups Projects
Commit 64fc126a authored by pabois's avatar pabois
Browse files

space

parent 1594a6fd
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,6 @@ module User::WithAuthentication
:timeoutable, :confirmable, :trackable, :lockable, :two_factor_authenticatable, :omniauthable, omniauth_providers: [:saml]
# note : i do not use :validatable because of the non-uniqueness of the email. :validatable is replaced by the validation sequences below
has_one_time_password(encrypted: true)
validates :role, presence: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment