|
ultimix
|
Public Member Functions | |
| load_settings () | |
| load_common_packages () | |
| __construct () | |
| do_login ($Login, &$Options) | |
| login (&$Options) | |
| logout (&$Options) | |
| activate_user (&$Options) | |
| admin_activate_user (&$Options) | |
| admin_deactivate_user (&$Options) | |
| restore_password (&$Options) | |
| try_reset_password () | |
| update_user (&$Options) | |
| registration (&$Options) | |
| set_avatar (&$Options) | |
| controller (&$Options) | |
Data Fields | |
| $ContextSet = false | |
| $EventManager = false | |
| $Messages = false | |
| $PageComposerUtilities = false | |
| $Security = false | |
| $UserAccess = false | |
| $UserAlgorithms = false | |
| $UserControllerUtilities = false | |
| $EnableRegistration = 1 | |
| $RegistrationConfirm = 1 | |
| $RegistrationWasPassed = false | |
| $EmailSender = 'System' | |
| $SystemEmail = 'ultimix@localhost' | |
Working with user's accounts.
Definition at line 26 of file user_controller.php.
| __construct | ( | ) |
Constructor.
Definition at line 174 of file user_controller.php.
| activate_user | ( | & | $Options | ) |
Function activates user.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 334 of file user_controller.php.
| admin_activate_user | ( | & | $Options | ) |
Function activates user.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 372 of file user_controller.php.
| admin_deactivate_user | ( | & | $Options | ) |
Function activates user.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 409 of file user_controller.php.
| controller | ( | & | $Options | ) |
Controller of the component.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 880 of file user_controller.php.
| do_login | ( | $Login, | |
| & | $Options | ||
| ) |
Login.
| $Login | - Login. |
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 214 of file user_controller.php.
| load_common_packages | ( | ) |
Function loads common packages.
Definition at line 148 of file user_controller.php.
| load_settings | ( | ) |
Function loads settings.
| Exception | An exception of this type is thrown. |
Definition at line 121 of file user_controller.php.
| login | ( | & | $Options | ) |
Function logins user.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 257 of file user_controller.php.
| logout | ( | & | $Options | ) |
Function logs out user.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 304 of file user_controller.php.
| registration | ( | & | $Options | ) |
Function registers user.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 793 of file user_controller.php.
| restore_password | ( | & | $Options | ) |
Function activates user.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 446 of file user_controller.php.
| set_avatar | ( | & | $Options | ) |
Function attaches file to the gallery.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 834 of file user_controller.php.
| try_reset_password | ( | ) |
Function changes password if necessary.
| Exception | - An exception of this type is thrown. |
Definition at line 486 of file user_controller.php.
| update_user | ( | & | $Options | ) |
Function updates user.
| $Options | - Settings. |
| Exception | - An exception of this type is thrown. |
Definition at line 600 of file user_controller.php.
| $ContextSet = false |
Cached packages.
Definition at line 38 of file user_controller.php.
| $EmailSender = 'System' |
Sender for all system notifications.
Definition at line 93 of file user_controller.php.
| $EnableRegistration = 1 |
If the registration exists.
Definition at line 57 of file user_controller.php.
| $EventManager = false |
Definition at line 39 of file user_controller.php.
| $Messages = false |
Definition at line 40 of file user_controller.php.
| $PageComposerUtilities = false |
Definition at line 41 of file user_controller.php.
| $RegistrationConfirm = 1 |
Registration confirm.
Definition at line 69 of file user_controller.php.
| $RegistrationWasPassed = false |
Was registration passed.
Definition at line 81 of file user_controller.php.
| $Security = false |
Definition at line 42 of file user_controller.php.
| $SystemEmail = 'ultimix@localhost' |
Sender's email for all system notifications.
Definition at line 105 of file user_controller.php.
| $UserAccess = false |
Definition at line 43 of file user_controller.php.
| $UserAlgorithms = false |
Definition at line 44 of file user_controller.php.
| $UserControllerUtilities = false |
Definition at line 45 of file user_controller.php.