Community
Participate
Working Groups
The login/authentication process is case-sensitive with regards to the user id. If user id's are created with mixed case, this could burden the server admin. Can the user id be made case insensitive?
+1, case insensitive user ids are pretty common.
(In reply to comment #1) > +1, case insensitive user ids are pretty common. Right. It's already set for M6 to make our admin life better ;)
I think this is worthwhile for RC2 so long as it's pretty simple. This will altogether prevent one of the most common login problems.
Denis, are logins on our public Orions already lower or upper case?
Created attachment 198093 [details] Fix_server.authentication.form.core.txt
Created attachment 198094 [details] Fix_server.user.securestorage.txt
Created attachment 198096 [details] Fix_server.authentication.form.core.txt
Created attachment 198097 [details] Fix_server.user.securestorage.txt
Created attachment 198101 [details] Fix_server.user.securestorage.txt
Created attachment 198113 [details] Fix_server.user.securestorage.txt
http://git.eclipse.org/c/e4/org.eclipse.orion.server.git/commit/?id=63a4db9af132d96d968f43ff6d063688e50bea65
Thanks.