User model.
Located in /administrator/components/com_users/models/user.php (line 19)
JObject | --JModelLegacy | --JModelForm | --JModelAdmin | --UsersModelUser
Class | Description |
---|---|
![]() |
User model. |
Inherited from JModelAdmin
JModelAdmin::$event_after_delete
JModelAdmin::$event_after_save
JModelAdmin::$event_before_delete
JModelAdmin::$event_before_save
JModelAdmin::$event_change_state
JModelAdmin::$text_prefix
Inherited from JModelForm
JModelForm::$_forms
Inherited from JModelLegacy
JModelLegacy::$event_clean_cache
JModelLegacy::$name
JModelLegacy::$option
JModelLegacy::$state
JModelLegacy::$_db
JModelLegacy::$__state_set
Inherited from JObject
JObject::$_errors
Constructor.
Method to activate user records.
Method to perform batch operations on an item or a set of items.
Perform batch operations
Method to block user records.
Method to delete rows.
Generates a new set of One Time Emergency Passwords (OTEPs) for a given user.
Gets the groups this object is assigned to
Method to get the record form.
Method to get a single record.
Returns the one time password (OTP) – a.k.a. two factor authentication – configuration for a particular user.
Gets the symmetric encryption key for the OTP configuration data. It currently returns the site's secret.
Returns a reference to the a Table object, always creating it.
Gets the configuration forms for all two-factor authentication methods in an array.
Checks if the supplied string is a valid one time emergency password (OTEP) for this user. If it is it will be automatically removed from the user's list of OTEPs.
Checks if the provided secret key is a valid two factor authentication secret key. If not, it will check it against the list of one time emergency passwords (OTEPs). If it's a valid OTEP it will also remove it from the user's list of OTEPs.
This method will return true in the following conditions:
Method to get the data that should be injected in the form.
Override JModelAdmin::preprocessForm to ensure the correct plugin group is loaded.
Method to save the form data.
Sets the one time password (OTP) – a.k.a. two factor authentication – configuration for a particular user. The $otpConfig object is the same as the one returned by the getOtpConfig method.
Inherited From JModelAdmin
JModelAdmin::__construct()
JModelAdmin::batch()
JModelAdmin::batchAccess()
JModelAdmin::batchCopy()
Inherited From JModelForm
JModelForm::checkin()
JModelForm::checkout()
JModelForm::getForm()
JModelForm::loadForm()
JModelForm::loadFormData()
JModelForm::preprocessData()
JModelForm::preprocessForm()
JModelForm::validate()
Inherited From JModelLegacy
JModelLegacy::__construct()
JModelLegacy::addIncludePath()
JModelLegacy::addTablePath()
JModelLegacy::cleanCache()
JModelLegacy::getDbo()
JModelLegacy::getInstance()
JModelLegacy::getName()
JModelLegacy::getState()
JModelLegacy::getTable()
JModelLegacy::loadHistory()
JModelLegacy::populateState()
JModelLegacy::setDbo()
JModelLegacy::setState()
JModelLegacy::_createFileName()
JModelLegacy::_createTable()
JModelLegacy::_getList()
JModelLegacy::_getListCount()
Inherited From JObject
JObject::__construct()
JObject::def()
JObject::get()
JObject::getError()
JObject::getErrors()
JObject::getProperties()
JObject::set()
JObject::setError()
JObject::setProperties()
JObject::__toString()
Documentation generated on Tue, 19 Nov 2013 15:16:28 +0100 by phpDocumentor 1.4.3