Skip to content

stages/email_authenticator: Fix email mfa loop (cherry-pick #16579)#16807

Merged
BeryJu merged 1 commit intoversion-2025.8from
cherry-pick-16579-to-version-2025.8
Sep 16, 2025
Merged

stages/email_authenticator: Fix email mfa loop (cherry-pick #16579)#16807
BeryJu merged 1 commit intoversion-2025.8from
cherry-pick-16579-to-version-2025.8

Conversation

@authentik-automation
Copy link
Copy Markdown
Contributor

Cherry-pick of #16579 to version-2025.8 branch.

Original PR: #16579
Original Author: @melizeche
Cherry-picked commit: b0a508a

* Return error message instead of infinite loop

* Remove unused code

* check for existing email device

* revert to initial behaviour

* Add test for failing when the user already has an email device
@netlify
Copy link
Copy Markdown

netlify bot commented Sep 16, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 8fb81cd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/68c96e7d8218500008f435b3
😎 Deploy Preview https://deploy-preview-16807--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.

@netlify
Copy link
Copy Markdown

netlify bot commented Sep 16, 2025

Deploy Preview for authentik-docs canceled.

Name Link
🔨 Latest commit 8fb81cd
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/68c96e7dd1183500087530cb

@codecov
Copy link
Copy Markdown

codecov bot commented Sep 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.75%. Comparing base (eaee475) to head (8fb81cd).
⚠️ Report is 1 commits behind head on version-2025.8.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@                Coverage Diff                 @@
##           version-2025.8   #16807      +/-   ##
==================================================
- Coverage           92.80%   92.75%   -0.05%     
==================================================
  Files                 837      837              
  Lines               45325    45331       +6     
==================================================
- Hits                42064    42049      -15     
- Misses               3261     3282      +21     
Flag Coverage Δ
e2e 46.47% <0.00%> (-0.08%) ⬇️
integration 23.53% <0.00%> (-0.01%) ⬇️
unit 90.90% <100.00%> (+<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.

@BeryJu BeryJu merged commit 53e0f6b into version-2025.8 Sep 16, 2025
96 checks passed
@BeryJu BeryJu deleted the cherry-pick-16579-to-version-2025.8 branch September 16, 2025 14:20
@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-8fb81cd569095e5ced4eb1fecc2bfb82a807a596
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-8fb81cd569095e5ced4eb1fecc2bfb82a807a596

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants