Handles all the registration stuff. Provides input validation. More...
Go to the source code of this file.
Handles all the registration stuff. Provides input validation.
Handles all the application logic needed for registration. This includes input validation (integrety, correctness) as well as the insertion of the new user into the database and emailing the user instructions for the next steps.
This file is inspired by register.php from Usercake (Version 2.0.2)
This file depends on inc/common.php and inc/templates/register.tpl.
Definition in file register.php.