Skip to content

web: Fix issue where default user path is not preferred.#22139

Open
GirlBossRush wants to merge 1 commit intomainfrom
fix-default-user-path
Open

web: Fix issue where default user path is not preferred.#22139
GirlBossRush wants to merge 1 commit intomainfrom
fix-default-user-path

Conversation

@GirlBossRush
Copy link
Copy Markdown
Contributor

Details

This PR fixes an issue which prevented the user creation form from correctly using the brand defaultUserPath setting.

Closes #21593

@GirlBossRush GirlBossRush requested a review from a team as a code owner May 7, 2026 23:49
@GirlBossRush GirlBossRush added the area:frontend Features or issues related to the browser, TypeScript, Node.js, etc label May 7, 2026
@GirlBossRush GirlBossRush requested a review from BeryJu May 7, 2026 23:50
@netlify
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 92700a2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/69fd251d73a0400008b46c4a
😎 Deploy Preview https://deploy-preview-22139--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
Copy link
Copy Markdown

netlify Bot commented May 7, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 92700a2
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/69fd251d08e46600082862f5
😎 Deploy Preview https://deploy-preview-22139--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
Copy link
Copy Markdown

codecov Bot commented May 7, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.20%. Comparing base (b4c7dea) to head (92700a2).
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #22139      +/-   ##
==========================================
- Coverage   93.25%   93.20%   -0.06%     
==========================================
  Files        1027     1027              
  Lines       59598    59598              
  Branches      400      400              
==========================================
- Hits        55579    55549      -30     
- Misses       4019     4049      +30     
Flag Coverage Δ
conformance 36.75% <ø> (+<0.01%) ⬆️
e2e 41.94% <ø> (-0.01%) ⬇️
integration 32.66% <ø> (-0.50%) ⬇️
rust 0.00% <ø> (ø)
unit 92.18% <ø> (+<0.01%) ⬆️
unit-migrate 92.20% <ø> (-0.01%) ⬇️

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

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

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

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-92700a2fa6fdbac5c41a1058a5a5fa6bd47067bd
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-92700a2fa6fdbac5c41a1058a5a5fa6bd47067bd

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:frontend Features or issues related to the browser, TypeScript, Node.js, etc

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

settings.defaults.userPath for customizing the admin interface does not work

1 participant