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

Max password length is still 40 on login screen #978

Closed rmeekers closed 11 months ago

rmeekers commented 11 months ago

On the login screen I receive an error when entering a password of 50 chars that it should be less than 128.

It seems that the max length isn't updated here: https://github.com/danny-avila/LibreChat/blob/1d3e336e1c06c2a8797368846ea3287fe4d6e749/client/src/components/Auth/LoginForm.tsx#L79C21-L79C21

danny-avila commented 11 months ago

Thank you for pointing this out, I'll work on it now!