19 declare(strict_types=1);
29 public const VALIDITY_LOGIN = 300;
32 case EmailConfirmation = 1;
34 public function next(): self
37 self::Login => self::EmailConfirmation,
38 default =>
throw new \Exception(
'There is no next step')
42 public function getValidity(\
ilSetting $settings):
int 45 self::Login => self::VALIDITY_LOGIN,
get(string $a_keyword, ?string $a_default_value=null)
get setting
const REG_HASH_LIFETIME_MIN_VALUE
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...