Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
2631
|
Estimation |
1h
|
Spent time |
4h 30m
|
Issue Votes (0)
Watchers (0)
Type |
Bug
|
Priority |
Normal
|
Assignee | |
RedmineID |
2631
|
Estimation |
1h
|
Spent time |
4h 30m
|
Hi,
I was migrating from mysql to postgre sql but i recognized a problem, mysql string comparison isn't case sensitive, so all the functionality for usernames with uppercase characters worked,
but when I moved to postgre sql, login and logout procedures don't work. is there any reason you keep usernames lowercase in the program and not in the database? and if you have this assumption that all usernames are lowercase, why when you trying to computing sha1 of a username you lower case the username?