mirror of
https://github.com/nextcloud/server.git
synced 2026-04-22 14:50:17 -04: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
|
||
|---|---|---|
| .. | ||
| Exceptions | ||
| LoginCredentials | ||
| TwoFactorAuth | ||
| IApacheBackend.php | ||