Hi Jim,
On 08/09/11 17:48, Jim Pazarena wrote:
Upon examining my MySQL database for "users", I have discovered some on my users have multiple identities because that have placed an uppercase letter within their email address. My popper defaults to all lower, even if roundcube submits upper.
Is there a way to have roundcube "strtolower" all address entries on the login screen?
We use a custom login page which does that among other things, but I think you can write a very simple plugin which uses the authenticate hook (http://trac.roundcube.net/wiki/Plugin_Hooks#authenticate ) to return every user and host values in lowercase.
Regards.