5 include_once
'./Services/Authentication/classes/Frontend/class.ilAuthFrontendCredentials.php';
6 include_once
'./Services/Authentication/interfaces/interface.ilAuthCredentials.php';
27 parent::__construct();
29 include_once
'./Services/Administration/classes/class.ilSetting.php';
Interface of auth credentials.
__construct()
Constructor.
$GLOBALS['loaded']
Global hash that tracks already loaded includes.
initFromRequest()
Init credentials from request.
setPassword($a_password)
Set password.
setUsername($a_name)
Set username.
Description of class class.
Description of class class.