19 Jan
2010
19 Jan
'10
3:07 p.m.
On Tue, 2010-01-12 at 09:54 -0500, Mario Antonio wrote:
In order to deal with case-sensitive issues, I am thinking to use the variable %L (adding it to my current configs --as suggested before by other users in this list) in the configuration files in this way:
auth default: username_format: %Lu
This setting is enough actually. It permanently converts the username to lowercase. There's no need to do it anywhere else.
Can I use the variable %L in where sql statements?
Yes.