LibreChat/api
Danny Avila 37347d4683
fix(registration): Make Username optional (#831)
* fix(User.js): update validation schema for username field, allow empty string as a valid value
fix(validators.js): update validation schema for username field, allow empty string as a valid value
fix(Registration.tsx, validators.js): update validation rules for name and username fields, change minimum length to 2 and maximum length to 80, assure they match and allow empty string as a valid value
fix(Eng.tsx): update localization string for com_auth_username, indicate that it is optional

* fix(User.js): update regex pattern for username validation to allow special characters @#$%&*()
fix(validators.js): update regex pattern for username validation to allow special characters @#$%&*()

* fix(Registration.spec.tsx): fix validation error message for username length requirement
2023-08-23 16:14:17 -04:00
..
app feat: Edit AI Messages, Edit Messages in Place (#825) 2023-08-22 18:44:59 -04:00
lib feat(GPT/Anthropic): Continue Regenerating & Generation Buttons (#808) 2023-08-17 12:50:05 -04:00
models fix(registration): Make Username optional (#831) 2023-08-23 16:14:17 -04:00
server fix(bingAI): markdown and error formatting for final stream response (#829) 2023-08-23 13:44:40 -04:00
strategies fix(registration): Make Username optional (#831) 2023-08-23 16:14:17 -04:00
test refactor: Client Classes & Azure OpenAI as a separate Endpoint (#532) 2023-07-03 16:51:12 -04:00
utils feat(GPT/Anthropic): Continue Regenerating & Generation Buttons (#808) 2023-08-17 12:50:05 -04:00
jest.config.js ci(backend-review.yml): add linter step to the backend review workflow (#625) 2023-07-14 09:36:49 -04:00
package.json feat: Edit AI Messages, Edit Messages in Place (#825) 2023-08-22 18:44:59 -04:00