Module: UserMixins::Identification
- Extended by:
- ActiveSupport::Concern
- Included in:
- User
- Defined in:
- app/models/user_mixins/identification.rb
Overview
This module extends the User class. Its purpose is to provide methods to identify a user using a given login string. The user may identify himself using his:
* first name plus last name
* last name only
* email address
* alias
Defined Under Namespace
Modules: ClassMethods