Definition at line 27 of file HasSpecialChars.php.
◆ __construct()
Definition at line 31 of file HasSpecialChars.php.
References $lng, and ILIAS\GlobalScreen\Provider\__construct().
34 static function (Data\Password $value):
bool {
35 return (
bool) preg_match(self::ALLOWED_CHARS, $value->toString());
37 static function ($value):
string {
38 return "Password must contain special chars.";
__construct(Container $dic, ilPlugin $plugin)
◆ ALLOWED_CHARS
const ILIAS\Refinery\Password\HasSpecialChars::ALLOWED_CHARS = '/[,_.\-#\+\*?!%§\(\)\$]/u' |
|
private |
The documentation for this class was generated from the following file: