Ok understood, when the value in the user table reaches the global limit, the user can’t login.
Question now is, is there any cron to clean this info, or should I make it on my own?
From: users-bounces@lists.roundcube.net [mailto:users-bounces@lists.roundcube.net] On Behalf Of Jorge Bastos
Sent: 24 de novembro de 2017 14:46
To: 'Roundcube Users mailing list' <users@lists.roundcube.net>
Subject: [RCU] Account locked due to multiple failed logins
Hi,
I have an account locked due to multiple failed logins, it was with the default of 3 ($config['login_rate_limit'] = 3;)
But, where do I unlock the account now?
Thanks in advanced,