mirror of
https://github.com/pelican-dev/panel.git
synced 2026-05-04 18:00:48 +03:00
OAuth should clarify error when trying to provision accounts with no linked email #558
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @JackFred2 on GitHub (Jan 23, 2026).
c770937880/app/Http/Controllers/Auth/OAuthController.php (L74-L78)Seems to just be adding a 'No linked email' string to the
errorRedirect, but I'm unfamiliar with php dev. Ran into this when setting up Authentik, which doesn't mandate user emails on accounts.