core: return bad request when user is authenticated and not active#19706
core: return bad request when user is authenticated and not active#19706
Conversation
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #19706 +/- ##
==========================================
- Coverage 93.27% 93.22% -0.05%
==========================================
Files 949 949
Lines 52187 52189 +2
==========================================
- Hits 48677 48654 -23
- Misses 3510 3535 +25
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-e3fe0e8edc464f8b3966e4542bfb2c53cacb5075
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)sAfterwards, run the upgrade commands from the latest release notes. Instructions for KubernetesAdd the following block to your 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-e3fe0e8edc464f8b3966e4542bfb2c53cacb5075Afterwards, run the upgrade commands from the latest release notes. |
…19706) Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
🍒 Cherry-pick to |
…19706) Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
🍒 Cherry-pick to |
|
Cherry-pick to |
Added with #15719
We added an assertionerror because we assumed no one should be able to get into this state, however when a logged in user is deactivated while logged in this happens.