Handle requests for user registration. More...
Public Member Functions | |
| activateUser ($args, &$request) | |
| register ($args, &$request) | |
| registerUser ($args, &$request) | |
| registrationDisabled ($args, &$request) | |
| RegistrationHandler () | |
| validate (&$request) | |
Handle requests for user registration.
Definition at line 18 of file RegistrationHandler.inc.php.
| RegistrationHandler.activateUser | ( | $ | args, | |
| &$ | request | |||
| ) |
Check credentials and activate a new user
Definition at line 129 of file RegistrationHandler.inc.php.
| RegistrationHandler.register | ( | $ | args, | |
| &$ | request | |||
| ) |
Display registration form for new users.
| $args | array | |
| $request | PKPRequest |
Definition at line 31 of file RegistrationHandler.inc.php.
References validate().
| RegistrationHandler.registerUser | ( | $ | args, | |
| &$ | request | |||
| ) |
Validate user registration information and register new user.
| $args | array | |
| $request | PKPRequest |
Definition at line 63 of file RegistrationHandler.inc.php.
References Validation.login(), and validate().
| RegistrationHandler.registrationDisabled | ( | $ | args, | |
| &$ | request | |||
| ) |
Show error message if user registration is not allowed.
| $args | array | |
| $request | PKPRequest |
Definition at line 115 of file RegistrationHandler.inc.php.
Referenced by validate().
| RegistrationHandler.RegistrationHandler | ( | ) |
Constructor
Definition at line 22 of file RegistrationHandler.inc.php.
References UserHandler.UserHandler().
| RegistrationHandler.validate | ( | &$ | request | ) |
Validation check. Checks if press allows user registration.
Definition at line 166 of file RegistrationHandler.inc.php.
References registrationDisabled().
Referenced by register(), and registerUser().
1.7.1