Skip to content

stage/invitation: Send invite via email UI#19823

Open
melizeche wants to merge 15 commits intomainfrom
send_invite_ui
Open

stage/invitation: Send invite via email UI#19823
melizeche wants to merge 15 commits intomainfrom
send_invite_ui

Conversation

@melizeche
Copy link
Member

@melizeche melizeche commented Jan 28, 2026

Details

Adds the ability to send invitation links directly via email from the Admin UI, eliminating the need to manually copy and share invitation URLs.

invinew


Checklist

  • Local tests pass (ak test authentik/)
  • The code has been formatted (make lint-fix)

If an API change has been made

  • The API schema has been updated (make gen-build)

If changes to the frontend have been made

  • The code has been formatted (make web)

If applicable

  • The documentation has been updated
  • The documentation has been formatted (make docs)

@netlify
Copy link

netlify bot commented Jan 28, 2026

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit feeb086
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6984241450b706000878861c
😎 Deploy Preview https://deploy-preview-19823--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

netlify bot commented Jan 28, 2026

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 177b10f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6984d8b383c1a80008e2ac19
😎 Deploy Preview https://deploy-preview-19823--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

codecov bot commented Jan 28, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 93.26%. Comparing base (3fd278e) to head (177b10f).
⚠️ Report is 23 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #19823      +/-   ##
==========================================
- Coverage   93.27%   93.26%   -0.02%     
==========================================
  Files         968      968              
  Lines       53429    53514      +85     
==========================================
+ Hits        49836    49909      +73     
- Misses       3593     3605      +12     
Flag Coverage Δ
conformance 38.03% <23.07%> (-0.02%) ⬇️
e2e 44.01% <23.07%> (-0.04%) ⬇️
integration 22.73% <1.28%> (-0.03%) ⬇️
unit 91.41% <100.00%> (-0.02%) ⬇️
unit-migrate 91.45% <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.

@github-actions
Copy link
Contributor

github-actions bot commented Jan 29, 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-177b10f01f75f288db6129ec67d41028cfd01c0e
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-177b10f01f75f288db6129ec67d41028cfd01c0e

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

@melizeche melizeche marked this pull request as ready for review February 2, 2026 15:03
@melizeche melizeche requested review from a team as code owners February 2, 2026 15:03
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
@netlify
Copy link

netlify bot commented Feb 4, 2026

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 177b10f
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6984d8b355cc790008b402ab
😎 Deploy Preview https://deploy-preview-19823--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.

@melizeche melizeche requested a review from a team as a code owner February 5, 2026 17:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants