Module: EasyAuth::Password::Models::Account
- Extended by:
- ActiveSupport::Concern
- Included in:
- Models::Account
- Defined in:
- lib/easy_auth/password/models/account.rb
Defined Under Namespace
Modules: ClassMethods
Classes: NoIdentityUIDError
Instance Method Summary
collapse
Instance Method Details
#identity_uid_attributes ⇒ Object
45
46
47
|
# File 'lib/easy_auth/password/models/account.rb', line 45
def identity_uid_attributes
self.class.identity_uid_attributes
end
|
#run_password_identity_validations? ⇒ Boolean
49
50
51
|
# File 'lib/easy_auth/password/models/account.rb', line 49
def run_password_identity_validations?
self.password.present? || self.password_identities.present?
end
|