class Login extends PageController (View source)

Properties

$helpers
protected $locales

Methods

on_before_render()

No description

account_deactivated()

No description

session_invalidated()

No description

callback(string $type = null, string $method = 'callback', null $a = null, null $b = null, null $c = null, null $d = null, null $e = null, null $f = null, null $g = null, null $h = null, null $i = null, null $j = null)

Concrete5_Controller_Login::callback Call an AuthenticationTypeController method throw a uri.

authenticate($type = '')

Concrete5_Controller_Login::authenticate Authenticate the user using a specific authentication type.

finishAuthentication(AuthenticationType $type = null)

No description

on_start()

No description

chooseRedirect()

No description

string
getRedirectUrl()

No description

string|false
getRedirectUrlFromSession()

No description

view($type = null, $element = 'form')

No description

fill_attributes()

No description

logout($token = false) deprecated

No description

Response
do_logout($token = false)

No description

forward($cID = 0)

No description

Details

on_before_render()

No description

account_deactivated()

No description

session_invalidated()

No description

callback(string $type = null, string $method = 'callback', null $a = null, null $b = null, null $c = null, null $d = null, null $e = null, null $f = null, null $g = null, null $h = null, null $i = null, null $j = null)

Concrete5_Controller_Login::callback Call an AuthenticationTypeController method throw a uri.

Use: /login/TYPE/METHOD/PARAM1/.../PARAM10.

Parameters

string $type
string $method
null $a
null $b
null $c
null $d
null $e
null $f
null $g
null $h
null $i
null $j

Exceptions

AuthenticationTypeFailureException
Exception

authenticate($type = '')

Concrete5_Controller_Login::authenticate Authenticate the user using a specific authentication type.

Parameters

$type

AuthenticationType handle

finishAuthentication(AuthenticationType $type = null)

No description

Parameters

AuthenticationType $type

Required

Exceptions

Exception

on_start()

No description

chooseRedirect()

No description

string getRedirectUrl()

No description

Return Value

string

string|false getRedirectUrlFromSession()

No description

Return Value

string|false

view($type = null, $element = 'form')

No description

Parameters

$type
$element

fill_attributes()

No description

logout($token = false) deprecated

deprecated

No description

Parameters

$token

Response do_logout($token = false)

No description

Parameters

$token

Return Value

Response

forward($cID = 0)

No description

Parameters

$cID