Author Topic: Too many failed login attempts. Try again later.  (Read 7899 times)

Offline cableguy187

  • Newbie
  • *
  • Posts: 1
Too many failed login attempts. Try again later.
« on: November 26, 2016, 04:05:54 PM »
Hi,

I am having trouble with one particular user login - "Too many failed login attempts. Try again later."...

I have checked fail2ban and there are no blocked IP's, does Roundcube block logins as well?

Could someone please point me toward how to unblock one user and also to increase the number of attempts to login?

Thanks  ;)

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
Re: Too many failed login attempts. Try again later.
« Reply #1 on: November 27, 2016, 02:36:07 AM »
look for this in your roundcube config file:
Code: [Select]
// Brute-force attacks prevention.
// The value specifies maximum number of failed logon attempts per minute.
$config['login_rate_limit'] = 3;
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and moreā€¦