website/docs: fix 2025 CVE category title (#13703)
* website/docs: fix 2025 CVE category title Signed-off-by: Jens Langhammer <jens@goauthentik.io> * add sideeffect of changing session backend Signed-off-by: Jens Langhammer <jens@goauthentik.io> --------- Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
@ -14,7 +14,7 @@ authentik 2025.2.3 and 2024.12.4 fix this issue.
|
||||
|
||||
### Workarounds
|
||||
|
||||
Switching to the cache-based session storage until the authentik instance can be upgraded is recommended.
|
||||
Switching to the cache-based session storage until the authentik instance can be upgraded is recommended. This will however also delete all existing sessions and users will have to re-authenticate.
|
||||
|
||||
### For more information
|
||||
|
||||
|
@ -706,7 +706,7 @@ export default {
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "2024",
|
||||
label: "2025",
|
||||
items: ["security/cves/CVE-2025-29928"],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user