Roundcube Community Forum

Miscellaneous => Roundcube Discussion => Topic started by: batman on September 24, 2010, 06:58:50 AM

Title: Replacing login form with text
Post by: batman on September 24, 2010, 06:58:50 AM
Hi guys,

I am using Roundcube v.0.4

I use external form to login into Roundcube and want to replace the default login form with some text like "Your session has been expired".

I can't find where the form is called in code. Can you please help me out with this one

Thanks in advance!
Title: Replacing login form with text
Post by: Julius Caesar on September 24, 2010, 08:51:16 AM
The login is called from the index.php in the root. However the login screen itself can be found in the skins folder: /skins//templates/login.html
Title: Replacing login form with text
Post by: batman on September 24, 2010, 09:40:02 AM
Thanks for your rapid response! It works great now.

This is what I call nice community!