(string $username)
| 16 | private const FAIL2BAN_LOG_MAX_FILES = 5; |
| 17 | |
| 18 | public static function userExists(string $username): bool |
| 19 | { |
| 20 | return UserModel::getUserRole($username) !== null; |
| 21 | } |
| 22 | |
| 23 | public static function isOidcDemoteAllowed(): bool |
| 24 | { |
no test coverage detected