You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm having the same issue, also on 2024.12.1 deployed via docker compose. The admin UI states that no recovery flow is assigned, but it definitely is assigned and works when resetting the password in the login UI.
Changing the the password recovery flow's authentication requirements to "No Requirement" "fixes" this in that it allows the link to be created, since the Flow Planner is failing due to I guess confusion about the target user vs the user requesting the recovery link, I havent got further into it.
Describe the bug
Since upgrading to 2024.12, I am unable to create recovery links or send recovery emails. The endpoints
return 400 with the following error:
In the UI, there is a message that no recovery flow is set for the brand only when using the create recovery link button.
My brand does have a recovery flow set. I have tried unsetting and resetting it, but the behavior persists.
To Reproduce
Expected behavior
The email should send, or the link should be copied to the keyboard
Logs
I could not find any relevant ones
Version and Deployment (please complete the following information):
Additional context
When reverting to version 2024.10.5, authentik acts as expected.
The text was updated successfully, but these errors were encountered: