Skip to content
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

Allow same username with diffrent case variations if they are not taken #135

Open
mikozet opened this issue Aug 18, 2022 · 0 comments
Open

Comments

@mikozet
Copy link
Collaborator

mikozet commented Aug 18, 2022

If my username was "miko" and I wanted to edit to "Miko", I should be able to do it as long as the username with other case variations is not taken by other account. Right now it says that the username is taken, but actually it's not used by other account, so it should be allowed (unless ther's other user with username "MIKO" or similar)

Currently
await core.utils.requestAPI({ path: ['users'], method: 'POST', data: { username, }, });
returns 409

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant