You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the contest page, i tried searching "21cash" (with Capital C) and i got nothing found
but after i searched "21Cash" (With capital C) i got my result shown to me.
The text was updated successfully, but these errors were encountered:
@ashuthe1, I believe you are mistaken. When a new user signs up:
1)Filling out the form:
The user must provide a unique username, which is then assigned as their LeetCode ID in the backend. The user can later change their name but not their LeetCode ID.
Even with different case sensitivity, I was not able to create an account. This means if a user already exists with a LeetCode ID/username like "rajkan888", no new user can create an account with similar usernames like "Rajkan888", "rajKAN888", "RAJKAN888", etc. Note: Do not confuse the username field during registration with the user's name.
2)Google sign-up:
LeetCode automatically uses the initial letters of your email as your username. For example, if the email is "samsharma768@gmail.com", the LeetCode ID might be "samsharma768".
@baoliay2008 i will surely create a PR to help you out
Hi! @baoliay2008 I’d like to help with this enhancement. I believe we should display all users with the given username, disregarding case sensitivity, and if exactly one user matches, we should display that user exclusively. Please let me know if I can take this up or if there’s any additional detail I should know.
In the contest page, i tried searching "21cash" (with Capital C) and i got nothing found
but after i searched "21Cash" (With capital C) i got my result shown to me.
The text was updated successfully, but these errors were encountered: