Author Topic: [SOLVED] How to deactivate error message (debug) on failed login  (Read 4955 times)

Offline kodiak

  • Newbie
  • *
  • Posts: 2
I´ve configured Roundcube on install with the error message being shown on login. E.g. "IMAP Error in /var/www/roundcube2/program/include/rcube_imap.php (191): Login failed for asdf from xxx.xxx.xxx.xxx. AUTHENTICATE PLAIN: Authentication failed." How can I deactivate showing that since I guess it shows vulnerable information.

Cheers kodiak
« Last Edit: March 17, 2013, 12:21:05 PM by kodiak »

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Re: How to deactivate error message (debug) on failed login
« Reply #1 on: March 17, 2013, 11:54:41 AM »
In the main.inc.php set $rcmail_config['debug_level'] to 1.

Offline kodiak

  • Newbie
  • *
  • Posts: 2
Re: How to deactivate error message (debug) on failed login
« Reply #2 on: March 17, 2013, 12:20:10 PM »
Thanks!