I have been using RC for quite sometime now and i would like to make changes on the login page for our staff members.
I found out to set the default server name so they no longer have to enter that, but i would like to add our company logo and add a reminder on the login page to remind them they have to enter there USER NAME as xxx.domain.com
i am running all items 100% default set up
You can edit <RC root>/skins/<skin>/templates/login.html to change the login screen.
You can set the login by setting $rcmail_config['skin_logo'] to a url of the logo in <RC root>/config/main.inc.php.
You can also remove the requirement to have to type the domain in the username by adding the domain to $rcmail_config['username_domain'] in <RC root>/config/main.inc.php.
Quote from: SKaero on November 25, 2012, 07:29:22 PM
You can set the logo by setting $rcmail_config['skin_logo'] to a url of the logo in <RC root>/config/main.inc.php.
This one requires a recent release of Roundcube, version 0.7 or hight, IIRC.