33 if (self::$instance) {
34 return 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());
WebDAV utility functions.
static supportsLocalPasswordValidation($a_authmode)
Check if local password validation is supported.
__construct()
Singleton constructor.
isLocalPasswordInstructionRequired()
static getInstance()
Get singleton instance.