stages/authenticator_email: Fix Enroll dropdown in the MFA Devices page#13404
stages/authenticator_email: Fix Enroll dropdown in the MFA Devices page#13404
Conversation
✅ Deploy Preview for authentik-docs canceled.
|
✅ Deploy Preview for authentik-storybook canceled.
|
|
/cherry-pick version-2025.2 |
kensternberg-authentik
left a comment
There was a problem hiding this comment.
Doesn't look like brain surgery. I'm impressed that that's all it takes to trigger its appearance on the front-end.
Codecov ReportAll modified and coverable lines are covered by tests ✅
✅ All tests successful. No failed tests found. Additional details and impacted files@@ Coverage Diff @@
## main #13404 +/- ##
==========================================
- Coverage 92.68% 92.68% -0.01%
==========================================
Files 793 793
Lines 40347 40350 +3
==========================================
+ Hits 37395 37397 +2
- Misses 2952 2953 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
authentik PR Installation instructions Instructions for docker-composeAdd the following block to your AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-ccc4bab0bfef9740ebfda709db304a0b1f666da2
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-ccc4bab0bfef9740ebfda709db304a0b1f666da2Afterwards, run the upgrade commands from the latest release notes. |
…ge (#13404) Implement missing ui_user_settings() in AuthenticatorEmailStage
* main: website: add a better edit this page element (#13391) web/admin: allow user lists to show active only (#13403) core: Tidy contributor onboarding, fix typos. (#12700) translate: Updates for file web/xliff/en.xlf in zh-Hans (#13418) translate: Updates for file web/xliff/en.xlf in zh_CN (#13417) lib/config: fix conn_max_age parsing (#13370) core: bump golang.org/x/sync from 0.11.0 to 0.12.0 (#13407) stages/authenticator_email: Fix Enroll dropdown in the MFA Devices page (#13404) core: bump golang.org/x/oauth2 from 0.27.0 to 0.28.0 (#13408) core: bump aws-cdk-lib from 2.181.1 to 2.182.0 (#13409) core: bump google-api-python-client from 2.162.0 to 2.163.0 (#13410) core: bump msgraph-sdk from 1.22.0 to 1.23.0 (#13411) core: bump jinja2 from 3.1.5 to 3.1.6 (#13412) web/user: ensure modal container on user-settings page is min-height: 100% (#13402) core, web: update translations (#13405) web/admin: add button to clear application cache (#13399) blueprints: Adjust title for MFA set up (#13400)
Details
Implements ui_user_settings() method for the Email Authenticator stage, making it available in the MFA enrollment dropdown on the user settings page.
closes #13230
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 website)