Documentation

Login

Login

Class to login into the system

Tags
copyright

CLOUDREXX CMS - CLOUDREXX AG

author

Cloudrexx Development Team info@cloudrexx.com

version
1.0.0
subpackage

coremodule_login

Table of Contents

Properties

$_objTpl  : mixed
$_statusMessage  : mixed

Methods

__construct()  : mixed
constructor
_login()  : string
Checks if the user has been successfully authenticated
_lostPassword()  : string
Calls the method restorePassword of the class FWUser and displays the lostpw page of the login module
_noaccess()  : string
Displays the noaccess page of the login module
_resetPassword()  : string
Calls the method resetPassword of the class FWUser and displays the resetpw page of the login module
getContent()  : mixed
Get content

Properties

Methods

__construct()

constructor

public __construct(mixed $pageContent) : mixed
Parameters
$pageContent : mixed

_login()

Checks if the user has been successfully authenticated

public _login() : string

If a user has been successfully authenticated then he will be redirected to the requested page, otherwise the login page will be displayed

Tags
access

private

global

array

see
Session::cmsSessionStatusUpdate()
see
contrexx_strip_tags
see
Sigma::get()
Return values
string

\Cx\Core\Html\Sigma::get()

_lostPassword()

Calls the method restorePassword of the class FWUser and displays the lostpw page of the login module

public _lostPassword() : string
Tags
global

array

see
FWUser::restorePassword()
Return values
string

\Cx\Core\Html\Sigma::get()

_noaccess()

Displays the noaccess page of the login module

public _noaccess() : string
Tags
global

array

Return values
string

\Cx\Core\Html\Sigma::get()

_resetPassword()

Calls the method resetPassword of the class FWUser and displays the resetpw page of the login module

public _resetPassword() : string
Tags
access

private

see
FWUser::resetPassword()
Return values
string

\Cx\Core\Html\Sigma::get()

getContent()

Get content

public getContent() : mixed

Get the login pages

Tags
access

public

see
_lostPassword()
see
_resetPassword()
see
_noaccess()
see
_login()
Return values
mixed

Template content


        
On this page

Search results