Hello there
After adding an OIDC provider with auto-create: true for users I tried logging in through my Authentik instance.
Afterwards I logged in as administrator again and tried removing the user under {instance_url}/admin/users, but the Delete button does nothing.
There seem to be some missing ondelete="CASCADE", though I am not familiar with this codebase yet 🤔 .
I had to manually remove my user from the DB to fix my case. 🙂
Hello there
After adding an OIDC provider with
auto-create: truefor users I tried logging in through my Authentik instance.Afterwards I logged in as administrator again and tried removing the user under
{instance_url}/admin/users, but the Delete button does nothing.There seem to be some missing
ondelete="CASCADE", though I am not familiar with this codebase yet 🤔 .I had to manually remove my user from the DB to fix my case. 🙂