mirror of
https://github.com/nextcloud/server.git
synced 2026-02-03 20:41:22 -05:00
Any `\OCP\Authentication\IApacheBackend` previously had to implement `getLogoutAttribute` which returns a string.
This string is directly injected into the logout `<a>` tag, so returning something like `href="foo"` would result
in `<a href="foo">`.
This is rather error prone and also in Nextcloud 12 broken as the logout entry has been moved with
|
||
|---|---|---|
| .. | ||
| AvatarController.php | ||
| ClientFlowLoginController.php | ||
| ContactsMenuController.php | ||
| CssController.php | ||
| JsController.php | ||
| LoginController.php | ||
| LostController.php | ||
| OCJSController.php | ||
| OCSController.php | ||
| PreviewController.php | ||
| SetupController.php | ||
| TwoFactorChallengeController.php | ||
| UserController.php | ||