icingaweb2/library/Icinga/Authentication
Alexander Aleksandrovič Klimov 4037eb51b1
Some checks failed
L10n Update / update (push) Has been cancelled
CI / PHP (push) Has been cancelled
LoginButtonHook: Support additional buttons below the login form (#5442)
Introduces `LoginButtonHook`, a new hook for rendering additional buttons
below the login form. Extend this class to display custom buttons on the
Icinga Web login page — useful for alternative authentication flows such
as SSO. Register your implementation by calling
`YourLoginButtons::register()` during module initialization.
2026-03-04 15:32:06 +01:00
..
User DbUserBackend: Fix broken password hash fetch routine 2025-03-26 16:40:48 +01:00
UserGroup DbUserGroupBackend: Match memberships case-insensitive on pgsql 2025-03-20 16:24:21 +01:00
AdmissionLoader.php Remove restriction macro user:local_name 2022-06-14 14:24:30 +02:00
Auth.php Introduce AuthenticationHook#onAuthFromSession() 2026-01-13 15:21:09 +01:00
AuthChain.php Ensure Return Type Compatibility with Internal Classes 2022-03-24 12:29:06 +01:00
Authenticatable.php Change all license headers to only reflect a file's year of creation 2016-02-08 15:41:00 +01:00
LoginButton.php LoginButtonHook: Support additional buttons below the login form (#5442) 2026-03-04 15:32:06 +01:00
LoginButtonForm.php LoginButtonHook: Support additional buttons below the login form (#5442) 2026-03-04 15:32:06 +01:00
Role.php Role: Add param $cascadeUpwards also to public method grant() 2021-04-07 14:30:14 +02:00
RolesConfig.php RolesConfig: Add missing column name for quick search 2025-03-20 14:30:45 +01:00