Case-Sensitivity at Login

By default the authentication service will only accept the login information if the case is correct.

To set it to be case-insensitive, set the property IgnoreCaseOnLogin in the de.properties file to true. This means that users can enter their login names without worrying about the case. It is most often used on Windows systems.