manu-chroma / username-availability-checker

Live at : https://username-check.herokuapp.com/
95 stars 37 forks source link

fix: Gitlab case sensitivity error #68

Closed manu-chroma closed 6 years ago

manu-chroma commented 6 years ago

Closes https://github.com/manu-chroma/username-availability-checker/issues/67

Monal5031 commented 6 years ago

@manu-chroma Shouldn't we add something which can check the usernames by making them same i.e. making it all lower or upper?

manu-chroma commented 6 years ago

There is no need to use that. username Manu-chroma or mANu-chroma would automatically redirect to gitlab.com/manu-chroma and the source of this page will contain the keyword I've added in this PR.

Having username as a check in this situation will only complicate things. Choosing a good keyword is the key here.