Page 1 of 1
Force usernames to be case sensitive?
Posted: Mon Oct 08, 2012 5:11 am
by Agon Bina
I have a Users database(using tiggzi database) and whenever a new account is created, currently the set up is allowing case sensitive registration. I.e say someone has already created an account with username 'Agon' and now when someone else tries to use the username 'agon' it will work again and a new account will be created. Is there any workaround this? I would want to disable a user to register a new account with the same username, the only difference being a case sensitive character.
Do i need to query something to do this? Or I need to use javascript to solve a problem like this?
Best regards!
Force usernames to be case sensitive?
Posted: Mon Oct 08, 2012 8:42 am
by Maryna Brodina
Hello! Thank you for posting this question. It's a bug - we'll fix it.
Force usernames to be case sensitive?
Posted: Mon Oct 08, 2012 12:32 pm
by Agon Bina
Great ! please let me know when it's fixed
Force usernames to be case sensitive?
Posted: Tue Oct 16, 2012 5:49 pm
by Agon Bina
Hi, this bug has not been fixed yet. Please fix it as soon as you can because I need it for testing my app which is almost finalized.
Best,
Agon
Force usernames to be case sensitive?
Posted: Tue Oct 16, 2012 7:06 pm
by maxkatz
A workaround until we fix this bug is to lower case all user data when saving and when checking.