WongSaang/chatgpt-ui

Request: Option to disable creation of new accounts

Closed this issue · 2 comments

An environment variable which hides the Create Account button and also completely disables account creation functionality would be appreciated.

My goal is to be able to expose my self-hosted instance of chatgpt-ui to the open internet, but not allow strangers to attempt to create accounts.

Thanks for considering!

you can set open_registration to false in the admin dashboard.

Thanks very much! I'm unfamiliar with Django, and didn't realize it was so simple.

For anyone else finding this, the setting is under Chat > Settings > open_registration.