Roundcube Community Forum

Themes & Styling => Theme Releases => Topic started by: KeyJockey on October 11, 2012, 09:15:18 AM

Title: "Error Text" on Larry Login Screen
Post by: KeyJockey on October 11, 2012, 09:15:18 AM
Can the error-text on Larry (and Larry-based) themes on the LOGIN page be styled/formatted a little better?

See attached screen shot of what we're getting when a user login fails... the error text is at the TOP of the screen & probably should be located below the "Login Failed" error message and icon, or maybe in a popup window or something.  But at least we need to change it to a lighter color so that it's readable against our dark green background...

(http://www.detroitblackjackteam.com/files/LarryError-Text.jpg)
Title: Re: "Error Text" on Larry Login Screen
Post by: SKaero on October 11, 2012, 01:07:50 PM
Well technically those error shouldn't be showing on production installs there only ment for debugging. Change $rcmail_config['debug_level'] to 1 in <RC root>/config/main.inc.php to hide the full php error from showing.
Title: Re: "Error Text" on Larry Login Screen
Post by: KeyJockey on October 11, 2012, 01:56:07 PM
Thanks SKaero... that worked well enough.

Makes me wonder, however, what else I have set up incorrectly  :-[

RoundCube is a great webmail system but the config & setup options for a somewhat inexperienced end-user are not always very clear.

Title: Re: "Error Text" on Larry Login Screen
Post by: SKaero on October 11, 2012, 03:12:59 PM
Well they isn't too much you can setup wrong, most of the options are just preferences with nothing critical being affected. As long as it working its not broken ;)