mirror of
https://github.com/Icinga/icingaweb2.git
synced 2026-03-22 10:31:18 -04:00
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. |
||
|---|---|---|
| .. | ||
| User | ||
| UserGroup | ||
| AdmissionLoader.php | ||
| Auth.php | ||
| AuthChain.php | ||
| Authenticatable.php | ||
| LoginButton.php | ||
| LoginButtonForm.php | ||
| Role.php | ||
| RolesConfig.php | ||