Roundcube Community Forum

Release Support => Release Discussion => Topic started by: kodiak on March 17, 2013, 10:44:29 AM

Title: [SOLVED] How to deactivate error message (debug) on failed login
Post by: kodiak on March 17, 2013, 10:44:29 AM
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
Title: Re: How to deactivate error message (debug) on failed login
Post by: SKaero on March 17, 2013, 11:54:41 AM
In the main.inc.php set $rcmail_config['debug_level'] to 1.
Title: Re: How to deactivate error message (debug) on failed login
Post by: kodiak on March 17, 2013, 12:20:10 PM
Thanks!