core: fix client-side only validation allowing admin to set blank user password#16467
Conversation
✅ Deploy Preview for authentik-storybook canceled.
|
✅ Deploy Preview for authentik-integrations canceled.
|
✅ Deploy Preview for authentik-docs canceled.
|
…r password Signed-off-by: Jens Langhammer <jens@goauthentik.io>
1f6938a to
6e6566d
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #16467 +/- ##
=======================================
Coverage 92.78% 92.78%
=======================================
Files 838 838
Lines 45295 45304 +9
=======================================
+ Hits 42025 42035 +10
+ Misses 3270 3269 -1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
…r password (#16467) Signed-off-by: Jens Langhammer <jens@goauthentik.io>
|
🍒 Cherry-pick to |
|
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-6e6566d811578e0982b11a7617d3a745c5c8e08e
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-6e6566d811578e0982b11a7617d3a745c5c8e08eAfterwards, run the upgrade commands from the latest release notes. |
* main: (71 commits) website: Redirect Azure to Entra. Add tags for search indexing. (#16474) website: Page redirect guide, documentation (#16466) root: bump openapi-generator-cli to v7.15.0 (#16440) ci: bump actions/attest-build-provenance from 2 to 3 (#16462) core: bump astral-sh/uv from 0.8.13 to 0.8.14 (#16461) ci: remove Python client API publication (#16468) website: Unify Netlify redirects with Docusaurus's client-side router. (#16430) core: fix client-side only validation allowing admin to set blank user password (#16467) website/integrations: Update Issuer URL for Immich (#16460) providers/oauth2: include scope in JWT (#16454) lib/sync/outgoing: fix single object sync timeout (#16447) website/docs: capitalized proper name of stages, removed old version references. (#16414) web: bump pino-pretty from 13.0.0 to 13.1.1 in /web (#16411) core: bump h2 from 4.2.0 to 4.3.0 (#16446) web: bump @playwright/test from 1.54.1 to 1.55.0 in /web (#16413) web: bump the react group across 2 directories with 1 update (#16448) web: bump bootstrap from 5.3.7 to 5.3.8 in /web (#16416) web: bump @sentry/browser from 10.6.0 to 10.7.0 in /web in the sentry group across 1 directory (#16433) root: check for brew install of libxml2 before updating path (#16422) core: bump github.com/stretchr/testify from 1.11.0 to 1.11.1 (#16434) ...
Details
Previously was only relying on client-side validation
Checklist
ak test authentik/)make lint-fix)If an API change has been made
make gen-build)If changes to the frontend have been made
make web)If applicable
make docs)