how to disable user registration and manage by admin only #518
Answered
by
sdenovan
prafullbyjus
asked this question in
Q&A
-
I want to disable registration from frontend. administrator can login using provided username and password and only admin can add/manage the rest of user management. I tried to setup using api/app/settings/common.py file but not reflecting our changes on pages. Thanks in advance |
Beta Was this translation helpful? Give feedback.
Answered by
sdenovan
Jun 23, 2023
Replies: 1 comment
-
Set the environment variable |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
dabeeeenster
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Set the environment variable
PREVENT_SIGNUP=true