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
You can edit /skins//templates/login.html to modify the login page.
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';
Thank you for your answer. Finally, I customized the login page in /skins//templates/login.html.
--
Yannick