|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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... | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
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 $i, and ilSecuritySettings\_getInstance().
Referenced by shibUser\createFields(), 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 ilPasswordAssistanceGUI\getAssignPasswordForm(), ilObjUserGUI\initForm(), ilPersonalSettingsGUI\initPasswordForm(), 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, $errors, $lng, ilSecuritySettings\_getInstance(), and ilStr\strLen().
Referenced by ilPasswordInputGUI\checkInput(), and ilPersonalSettingsGUI\savePassword().
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(), ilPersonalSettingsGUI\savePassword(), and ilPasswordAssistanceGUI\submitAssignPasswordForm().
Here is the caller graph for this function: