On 09/19/2012 02:47 PM, Michael Orlitzky wrote:

> I think there's a bug here: the Roundcube user that gets created in the
> database uses the original capitalization.
> 
> As an example, our IMAP server is Dovecot and our accounts are
> case-sensitive. That means [email protected] != [email protected], for
> better or worse. We've got $rcmail_config['login_lc'] = false.
> 
> I've just created an IMAP account for [email protected]. If I go to
> log in to Roundcube -- and do so as [email protected] -- the login
> fails. So, the username gets silently lowercased and the second try
> succeeds transparently to the user. But, the user in the Roundcube
> database has the capitalization that I entered:
> 
>   roundcube=# select username from users order by user_id DESC limit 1;
> 
>          username
>   ----------------------
>    [email protected]
>   (1 row)

And none of these usernames exist before? That shouldn't happen. I
propose to check with 0.8. Are you using postgres?

-- 
Aleksander 'A.L.E.C' Machniak
LAN Management System Developer [http://lms.org.pl]
Roundcube Webmail Developer  [http://roundcube.net]
---------------------------------------------------
PGP: 19359DC1 @@ GG: 2275252 @@ WWW: http://alec.pl
_______________________________________________
Roundcube Users mailing list
[email protected]
http://lists.roundcube.net/mailman/listinfo/users

Reply via email to