|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ilSecuritySettingsChecker:Static Public Member Functions | |
| static | isPassword (string $a_passwd, ?string &$customError=null) |
| static | getPasswordValidChars (bool $a_as_regex=true, bool $a_only_special_chars=false) |
| All valid chars for password. More... | |
| static | isPasswordValidForUserContext (string $clear_text_password, $user, ?string &$error_language_variable=null) |
| static | getPasswordRequirementsInfo () |
| infotext for ilPasswordInputGUI setInfo() More... | |
| static | generatePasswords (int $a_number) |
| Generate a number of passwords. More... | |
Definition at line 21 of file class.ilSecuritySettingsChecker.php.
|
static |
Generate a number of passwords.
Definition at line 243 of file class.ilSecuritySettingsChecker.php.
References ilSecuritySettings\_getInstance().
Referenced by ILIAS\Registration\DualOptIn\Service\DualOptInServiceImpl\activateUser(), shibUser\createFields(), ilAccountRegistrationGUI\createUser(), and ilAuthProviderSoap\handleSoapAuth().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
infotext for ilPasswordInputGUI setInfo()
@global <type> $lng
Definition at line 190 of file class.ilSecuritySettingsChecker.php.
References $DIC, $lng, and ilSecuritySettings\_getInstance().
Referenced by ilAccountRegistrationGUI\addLoginSectionToForm(), ilPasswordAssistanceGUI\getAssignPasswordForm(), ilLocalUserPasswordSettingsGUI\getPasswordForm(), and ilPDNewsBlockGUI\initPrivateSettingsForm().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
All valid chars for password.
| bool | $a_as_regex | |
| bool | $a_only_special_chars |
Definition at line 133 of file class.ilSecuritySettingsChecker.php.
|
static |
Definition at line 26 of file class.ilSecuritySettingsChecker.php.
References $DIC, $lng, ilSecuritySettings\_getInstance(), and ilStr\strLen().
Referenced by ilPasswordInputGUI\checkInput(), ilPasswordAssistanceGUI\getAssignPasswordForm(), and ilLocalUserPasswordSettingsGUI\securePasswordConstraint().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
| string | $clear_text_password | The validated clear text password |
| array | ilObjUser | string | $user | Could be an instance of ilObjUser, the users' loginname as string, or an array containing the users' loginname and id |
| string | null | $error_language_variable |
Definition at line 152 of file class.ilSecuritySettingsChecker.php.
Referenced by ilAccountRegistrationGUI\saveForm(), and ilLocalUserPasswordSettingsGUI\validInUserContextConstraint().
Here is the caller graph for this function: