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, his last name only, his email address or his alias, as long as the identifyer is unique.

Defined Under Namespace

Modules: ClassMethods