circles-core icon indicating copy to clipboard operation
circles-core copied to clipboard

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

Open mikozet opened this issue 2 years ago • 0 comments

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

mikozet avatar Aug 18 '22 09:08 mikozet