Replies: 1 comment 14 replies
|
https://supabase.com/docs/guides/self-hosting/auth/config Also note that an email is still required even if confirm is off. It just can be a valid email format fake one. |
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I think the title is pretty self explanatory. But I will add more...
I have seen various discussions such as https://github.com/orgs/supabase/discussions/4444, which explains that the settings UI is not going to be available in the self-hosted version of supabase, instead making use of config files.
So - how do we configure the app to not require email confirmation before allowing users to sign in?
I have customers that are using a self-hosted version of our app. Due to security restrictions they cannot/will not add email to supabase, so we want to turn off email verification in these scenarios.
In which case, how do we turn off email confirmation for self hosted uses?
As an aside,
ENABLE_EMAIL_AUTOCONFIRM=truedoes not seem to be working. And even more annoying is that the kubernetes/helm chart version doesnt seem to even expose this setting...All reactions