danny-avila / LibreChat

Enhanced ChatGPT Clone: Features Anthropic, OpenAI, Assistants API, Azure, Groq, GPT-4o, Mistral, OpenRouter, Vertex AI, Gemini, Artifacts, AI model switching, message search, langchain, DALL-E-3, ChatGPT Plugins, OpenAI Functions, Secure Multi-User System, Presets, completely open-source for self-hosting. Actively in public development.
https://librechat.ai/
MIT License
17.2k stars 2.87k forks source link

[Question]: Why is there no longer an option to register an account on the login page? #822

Closed 20090601 closed 1 year ago

20090601 commented 1 year ago

Contact Details

not important

What is your question?

For some reason, the login interface for Librechat no longer has the option to register an account. When I enter my previously registered account, it says it cannot find the user information, resulting in being unable to use it.

More Details

no more

What is the main subject of your question?

User System/OAuth

Code of Conduct

danny-avila commented 1 year ago

You need to explicitly allow registration in your .env file like this:

ALLOW_REGISTRATION=true

Most who copy .env.example will have it set as such since it's listed as needed

20090601 commented 1 year ago

However, I am accessing LibreChat on the website and cannot make changes to the site.

danny-avila commented 1 year ago

However, I am accessing LibreChat on the website and cannot make changes to the site.

are you hosting it yourself? I can't help you if you're not.