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 have an Authentik instance integrated with an LDAP server.
Everything worked fine until recently, when the LDAP user's password expired. After I reset it, I am no longer able to log in with either the old or new password. I tried to log in with the akadmin user, but encountered the same issue: 'Invalid Password'. I reset the akadmin password using the ak command, but it is still not working.
I then attempted to use a recovery link generated with the command: ak create_recovery_key 10 akadmin
This produced a URL similar to /recovery/use-token/Wv.... However, when I tried to access it at https://auth.company.com/if/flow/recovery/use-token/Wv, I received a 'Not Found' error.
What is the correct URL for the recovery flow? I also tried default-recovery-flow, but that did not help either. How can I restore access to my instance?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
I have an Authentik instance integrated with an LDAP server.
Everything worked fine until recently, when the LDAP user's password expired. After I reset it, I am no longer able to log in with either the old or new password. I tried to log in with the
akadmin
user, but encountered the same issue: 'Invalid Password'. I reset theakadmin
password using theak
command, but it is still not working.I then attempted to use a recovery link generated with the command:
ak create_recovery_key 10 akadmin
This produced a URL similar to
/recovery/use-token/Wv...
. However, when I tried to access it athttps://auth.company.com/if/flow/recovery/use-token/Wv
, I received a 'Not Found' error.What is the correct URL for the recovery flow? I also tried
default-recovery-flow
, but that did not help either. How can I restore access to my instance?Beta Was this translation helpful? Give feedback.
All reactions