Skip to content

core: delete all user sessions when user is deactivated (cherry-pick #25088 to version-2026.8) - #25104

Merged
PeshekDotDev merged 1 commit into
version-2026.8from
cherry-pick/25088-to-version-2026.8
Aug 17, 2026
Merged

core: delete all user sessions when user is deactivated (cherry-pick #25088 to version-2026.8)#25104
PeshekDotDev merged 1 commit into
version-2026.8from
cherry-pick/25088-to-version-2026.8

Conversation

@authentik-cherry-pick

Copy link
Copy Markdown
Contributor

Cherry-pick of #25088 to version-2026.8 branch.

Original PR: #25088
Original Author: @PeshekDotDev
Cherry-picked commit: 7329df2

* core: delete all user sessions when user is deactivated

* add token deletion prevention
@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 763cc28
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6a7f24aea18bda0009be97a7
😎 Deploy Preview https://deploy-preview-25104--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 763cc28
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6a7f24aea18bda0009be97ab
😎 Deploy Preview https://deploy-preview-25104--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@PeshekDotDev
PeshekDotDev enabled auto-merge (squash) August 14, 2026 14:27
@netlify

netlify Bot commented Aug 14, 2026

Copy link
Copy Markdown

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 763cc28
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6a7f24aed8a9d600088f98fb
😎 Deploy Preview https://deploy-preview-25104--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@codecov

codecov Bot commented Aug 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 91.52%. Comparing base (9a15578) to head (763cc28).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2026.8   #25104      +/-   ##
==================================================
+ Coverage           91.51%   91.52%   +0.01%     
==================================================
  Files                1150     1151       +1     
  Lines               72671    72806     +135     
  Branches             3889     3889              
==================================================
+ Hits                66504    66637     +133     
- Misses               6131     6133       +2     
  Partials               36       36              
Flag Coverage Δ
conformance 34.62% <9.45%> (-0.06%) ⬇️
e2e 39.29% <13.51%> (-0.05%) ⬇️
integration 31.19% <9.45%> (-0.05%) ⬇️
rust 39.21% <ø> (ø)
unit 93.16% <100.00%> (+0.02%) ⬆️
unit-migrate 93.18% <100.00%> (+0.02%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

@github-actions

Copy link
Copy Markdown
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-763cc28df6e4ccf6cab1eaedaa1c87f043b0263d
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-763cc28df6e4ccf6cab1eaedaa1c87f043b0263d

Afterwards, run the upgrade commands from the latest release notes.

@PeshekDotDev
PeshekDotDev merged commit 9ac999a into version-2026.8 Aug 17, 2026
138 checks passed
@PeshekDotDev
PeshekDotDev deleted the cherry-pick/25088-to-version-2026.8 branch August 17, 2026 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants