disable local registration #3386
Closed
MarcelRei
started this conversation in
Help Wanted
Replies: 1 comment
-
don't now what it was. Works now without changing anything |
Beta Was this translation helpful? Give feedback.
0 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.
Uh oh!
There was an error while loading. Please reload this page.
-
HI,
I've activated AD login on my instance. Entering wrong credentials leads to "Your account has not been verified. Please check your email for a verification link."
How can I deactivate local accounts?
ALLOW_EMAIL_LOGIN=true
ALLOW_REGISTRATION=false
ALLOW_SOCIAL_LOGIN=false
ALLOW_SOCIAL_REGISTRATION=false
#ALLOW_PASSWORD_RESET=true
#ALLOW_ACCOUNT_DELETION=true # note: enabled by default if omitted/commented out
ALLOW_UNVERIFIED_EMAIL_LOGIN=true
I've set registration to false
Beta Was this translation helpful? Give feedback.
All reactions