Roundcube Community Forum

Release Support => Pending Issues => Topic started by: yann9691 on December 22, 2010, 02:34:03 AM

Title: [0.5rc] Customize login page
Post by: yann9691 on December 22, 2010, 02:34:03 AM
Hello,
I'd like to display some text information about my organization in the login page or in a page after the user logged in RC. What is the best way to do this ?
Thanks
Title: [0.5rc] Customize login page
Post by: SKaero on December 22, 2010, 02:39:32 AM
You can edit /skins//templates/login.html to modify the login page.
Title: [0.5rc] Customize login page
Post by: Gautham Vignesh on December 22, 2010, 06:12:41 AM
If you need to change the name of roundcube to your org ..
You can add your org name in the following lines under roundcubemailXXX/config/main.inc.php file :

// add this user-agent to message headers when sending
--> $rcmail_config['useragent'] = 'Roundcube Webmail/'.RCMAIL_VERSION;

// use this name to compose page titles
--> $rcmail_config['product_name'] = 'Roundcube Webmail';
Title: [0.5rc] Customize login page
Post by: yann9691 on December 23, 2010, 01:33:38 PM
Thank you for your answer. Finally, I customized the login page in /skins//templates/login.html.
--
Yannick