-
Notifications
You must be signed in to change notification settings - Fork 410
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#7708 Allow latin chars in username and password #7723
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@offtherailz i have added some comments
@ElenaGallo please test in DEV |
@ElenaGallo please test this in DEV as soon as you can and let me know when done. |
@offtherailz It is not possible to login with username or password without Latin characters. How to Reproduce
Current Result |
@offtherailz @ElenaGallo moving back to ready. We have to review what done @offtherailz. |
Description
This PR allows to use UTF-8 chars in username and password, by:
Please check if the PR fulfills these requirements
What kind of change does this PR introduce? (check one with "x", remove the others)
Issue
What is the current behavior?
#7708
What is the new behavior?
Breaking change
Does this PR introduce a breaking change? (check one with "x", remove the other)
Other useful information
We may need an extensive test bacause of the update of axios. Anyway the breaking changes are not so important to us (Typescript). I had to fix tests because of some fixes changes internal config checks, but I didn't noticed anything else).