33 if (self::$instance) {
48 if ($this->pwd_instruction !==
null) {
51 include_once
'./Services/Authentication/classes/class.ilAuthUtils.php';
54 return $this->pwd_instruction =
false;
57 return $this->pwd_instruction = (bool) !strlen(
$ilUser->getPasswd());
An exception for terminatinating execution or to throw for unit testing.
static supportsLocalPasswordValidation($a_authmode)
Check if local password validation is supported.
WebDAV utility functions.
static getInstance()
Get singleton instance.
isLocalPasswordInstructionRequired()
__construct()
Singleton constructor.