1

Topic: Login is Caps lock sensitive ?

Good morning

With Login of iRedMail , Login in Roundcube is Caps lock sensitive .

Can we ignore Caps lock status in user name ???

Thanks

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Login is Caps lock sensitive ?

What do you mean "Caps lock sensitive"?
Username will be converted to lower cases for authentication, so it's case insensitive.

3

Re: Login is Caps lock sensitive ?

If my user name is :
admin_Hayder

and I try to login with user name :
admin_hayder

Authentication will be fail !
So , It seems case sensitive .


Thanks .

4

Re: Login is Caps lock sensitive ?

Do you store mail accounts in MySQL? How do you add mail accounts?
All mail account usernames MUST be stored in lower cases in MySQL.

5

Re: Login is Caps lock sensitive ?

ZhangHuangbin wrote:

Do you store mail accounts in MySQL? How do you add mail accounts?
All mail account usernames MUST be stored in lower cases in MySQL.


OK , Thank you so mush .

6

Re: Login is Caps lock sensitive ?

ZhangHuangbin wrote:

Do you store mail accounts in MySQL? How do you add mail accounts?
All mail account usernames MUST be stored in lower cases in MySQL.

I am having the same issue with roundcube.  The login that roundcube accepts is "First.last@domain.com".  The account show up in iredadmin-pro as "first.last@domain.com" and is stored in MySQL mailbox.username as "first.last@domain.com".  The account was created via iRedAdmin-Pro-MySQL-1.3.0 and this is still the version installed.

7

Re: Login is Caps lock sensitive ?

Please update below setting to True in Roundcube config file 'config/main.inc.php':

$rcmail_config['login_lc'] = true;