Class Process
The Process class is meant to simplify the task of processing user submitted forms, redirecting the user to the correct pages if errors are found, or if form is successful, either way. Also handles the logout procedure.
Category: Login
Copyright: 2007-2014 Henri Schumacher
License: GNU Affero General Public License v3
Author: Jpmaster77 a.k.a. The Grandmaster of C++ (GMC)
Author: Henri Schumacher <henri.hulski@gazeta.pl>
Located at include/classes/login/process.php
public
|
|
private
|
|
private
|
#
procLogout( )
procLogout - Simply attempts to log the user out of the system |
private
|
#
procRegister( )
procRegister - Processes the user submitted registration form, |
private
|
#
procForgotPass( )
procForgotPass - Validates the given username then if |
private
|
#
procEditAccount( )
procEditAccount - Attempts to edit the user's account |