ILIAS
Release_3_10_x_branch Revision 61812
|
Public Member Functions | |
ilStartUpGUI () | |
constructor | |
& | executeCommand () |
execute command | |
jumpToRegistration () | |
jump to registration gui | |
jumpToPasswordAssistance () | |
jump to password assistance | |
showLogin () | |
show login | |
showAccountMigration ($a_message= '') | |
Show account migration screen. | |
migrateAccount () | |
migrate account | |
showLogout () | |
show logout screen | |
showUserMappingSelection () | |
Show user selection screen, if external account could not be mapped to an ILIAS account, but the provided e-mail address is known. | |
showClientList () | |
show client list | |
showNoCookiesScreen () | |
show help screen, if cookies are disabled | |
getAcceptance () | |
get user agreement acceptance | |
showUserAgreement () | |
show user agreement | |
processIndexPHP () | |
process index.php | |
processStartingPage () | |
open start page (personal desktop or repository) | |
_checkGoto ($a_target) |
StartUp GUI class.
Handles Login and Registration.
ilStartUpGUI: ilRegistrationGUI, ilPasswordAssistanceGUI
Definition at line 33 of file class.ilStartUpGUI.php.
ilStartUpGUI::_checkGoto | ( | $a_target | ) |
Definition at line 1093 of file class.ilStartUpGUI.php.
References $_GET, and $location.
Referenced by ilInitialisation\goToPublicSection(), and processStartingPage().
& ilStartUpGUI::executeCommand | ( | ) |
execute command
Definition at line 51 of file class.ilStartUpGUI.php.
References $cmd.
Referenced by jumpToPasswordAssistance(), and jumpToRegistration().
ilStartUpGUI::getAcceptance | ( | ) |
get user agreement acceptance
Definition at line 856 of file class.ilStartUpGUI.php.
References showUserAgreement().
ilStartUpGUI::ilStartUpGUI | ( | ) |
ilStartUpGUI::jumpToPasswordAssistance | ( | ) |
jump to password assistance
Definition at line 87 of file class.ilStartUpGUI.php.
References executeCommand().
ilStartUpGUI::jumpToRegistration | ( | ) |
jump to registration gui
Definition at line 77 of file class.ilStartUpGUI.php.
References executeCommand().
ilStartUpGUI::migrateAccount | ( | ) |
migrate account
public
Definition at line 517 of file class.ilStartUpGUI.php.
References $_SESSION, $ilAuth, $ilLog, $lng, $user, ilObjUser\_lookupId(), ilUtil\redirect(), showAccountMigration(), and ilUtil\stripSlashes().
ilStartUpGUI::processIndexPHP | ( | ) |
process index.php
Definition at line 944 of file class.ilStartUpGUI.php.
References $_GET, $ilAuth, $ilIliasIniFile, $ilInit, $ilSetting, exit, processStartingPage(), showClientList(), and showLogin().
Referenced by showClientList().
ilStartUpGUI::processStartingPage | ( | ) |
open start page (personal desktop or repository)
precondition: authentication (maybe anonymous) successfull
Definition at line 1028 of file class.ilStartUpGUI.php.
References $_GET, $_SESSION, $ilBench, $ilCtrl, $lng, _checkGoto(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ilUtil\redirect(), ilUtil\sendInfo(), and showLogin().
Referenced by processIndexPHP(), and showLogin().
ilStartUpGUI::showAccountMigration | ( | $a_message = '' | ) |
Show account migration screen.
public
Definition at line 484 of file class.ilStartUpGUI.php.
References $lng, $tpl, and ilUtil\sendInfo().
Referenced by migrateAccount().
ilStartUpGUI::showClientList | ( | ) |
show client list
Definition at line 731 of file class.ilStartUpGUI.php.
References $_GET, $client, $data, $ilCtrl, $ilIliasIniFile, $tpl, exit, and processIndexPHP().
Referenced by processIndexPHP().
ilStartUpGUI::showLogin | ( | ) |
show login
Definition at line 97 of file class.ilStartUpGUI.php.
References $_COOKIE, $_GET, $ilAuth, $ilIliasIniFile, $ilSetting, $lng, $tpl, ilOnlineTracking\_addUser(), ilAuthModeDetermination\_getInstance(), ilAuthUtils\_getMultipleAuthModeOptions(), ilAuthUtils\_hasMultipleAuthenticationMethods(), ilChatServerCommunicator\_login(), ilLanguage\_lookupEntry(), ilRegistrationSettings\_lookupRegistrationType(), ilChatRoom\_unkick(), ilObjForum\_updateOldAccess(), AUTH_CAS, AUTH_CAS_NO_ILIAS_USER, AUTH_EXPIRED, AUTH_IDLED, AUTH_LDAP_NO_ILIAS_USER, AUTH_MODE_INACTIVE, AUTH_RADIUS_NO_ILIAS_USER, AUTH_SHIBBOLETH, AUTH_SOAP_NO_ILIAS_USER, AUTH_SOAP_NO_ILIAS_USER_BUT_EMAIL, AUTH_WRONG_LOGIN, exit, ilUtil\getImagePath(), IL_REG_DISABLED, ilUtil\prepareFormOutput(), processStartingPage(), ilUtil\redirect(), showUserMappingSelection(), and ilUtil\stripSlashes().
Referenced by processIndexPHP(), and processStartingPage().
ilStartUpGUI::showLogout | ( | ) |
show logout screen
Definition at line 612 of file class.ilStartUpGUI.php.
References $_COOKIE, $_GET, $client_id, $ilAuth, $ilIliasIniFile, $ilSetting, $lng, $tpl, and ilChatServerCommunicator\_logout().
ilStartUpGUI::showNoCookiesScreen | ( | ) |
show help screen, if cookies are disabled
to do: link to online help here
Definition at line 827 of file class.ilStartUpGUI.php.
References $tpl.
ilStartUpGUI::showUserAgreement | ( | ) |
show user agreement
Definition at line 864 of file class.ilStartUpGUI.php.
References $_GET, $lng, $tpl, ilUserAgreement\_getText(), ilLanguage\_lookupEntry(), ilUtil\formCheckbox(), ilUtil\infoPanel(), ilUtil\redirect(), and ilUtil\sendInfo().
Referenced by getAcceptance().
ilStartUpGUI::showUserMappingSelection | ( | ) |
Show user selection screen, if external account could not be mapped to an ILIAS account, but the provided e-mail address is known.
Definition at line 663 of file class.ilStartUpGUI.php.
References $_GET, $ilAuth, $lng, $tpl, $valid, ilObjUser\_getLocalAccountsForEmail(), AUTH_WRONG_LOGIN, and ilUtil\prepareFormOutput().
Referenced by showLogin().