cseg-michigan / chez-betty

UM CSEG Food Co-Op Management Software
24 stars 22 forks source link

[BUG][Solved] Uniqname is case-sensitive #308

Closed BGR360 closed 7 years ago

BGR360 commented 7 years ago

Fixed by PR #309

Real Kerberos login is case-insensitive on the uniqname. This can make it confusing for users (e.g. me today) when they try to login to their Chez Betty account with a capitalized uniqname (e.g. 'Bgreeves' instead of 'bgreeves') and the login fails. On mobile browsers, login fields often capitalize the first letter by default.

ppannuto commented 7 years ago

Fixed by #309