Roundcube Community Forum

Themes & Styling => Theme Releases => Topic started by: gregharkins on November 24, 2012, 01:01:13 PM

Title: how do i make changes to my log in screen
Post by: gregharkins on November 24, 2012, 01:01:13 PM
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
Title: Re: how do i make changes to my log in screen
Post by: SKaero on November 25, 2012, 07:29:22 PM
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.
Title: Re: how do i make changes to my log in screen
Post by: ABerglund on November 26, 2012, 12:37:12 AM
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.