34include_once(
'Auth/Auth.php');
57 $_POST[
'username'] =
'dummy';
58 $_POST[
'password'] =
'dummy';
59 parent::__construct($container,$a_options,
'',
false);
setSessionName($name='session')
Set name of the session to a customized value.
initAuth()
Init auth object Enable logging, set callbacks...
Authentication class for ECS users (access to remote courses)
supportsRedirects()
Returns true, if the current auth mode allows redirection to e.g to loginScreen, public section....
__construct($container, $a_options=array())
Constructor.