49 public function __construct($a_container,$a_addition_options = array())
51 parent::__construct($a_container,$a_addition_options,
'',
false);
65 !empty($this->username) &&
66 'anonymous' != $this->username &&
67 $this->storage->supportsCaptchaVerification()
70 require_once
'Services/Captcha/classes/class.ilCaptchaUtil.php';
71 if(ilCaptchaUtil::isActiveForLogin())
73 require_once
'Services/Form/classes/class.ilPropertyFormGUI.php';
74 require_once
'Services/Captcha/classes/class.ilCaptchaInputGUI.php';
76 $captcha->setRequired(
true);
77 if(!$captcha->checkInput())
79 $this->
log(
'Captcha verification failed');
initAuth()
Init auth object Enable logging, set callbacks...
const AUTH_CAPTCHA_INVALID
supportsRedirects()
Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section...
_loadStorage()
Load Storage Driver if not already loaded.
log($message, $level=AUTH_LOG_DEBUG)
Log a message from the Auth system.
__construct($a_container, $a_addition_options=array())
Contructor.
setSessionName($name='session')
Set name of the session to a customized value.