Roundcube Community Forum

Release Support => Requests => Topic started by: Red Rose on November 27, 2011, 11:24:53 AM

Title: Login Id display on header/top
Post by: Red Rose on November 27, 2011, 11:24:53 AM
I m using roundcube for my site jupitersecurity.in. I have created many email account and i need to check it out every day.
what really bothers me is that sometime i forget my logged in id. One way i found to check identities from setting tab.

Request: can u please help me by putting identity some were on main page so that i can know from which id i m logged in.


Thanks in advance.
Title: Login Id display on header/top
Post by: rosali on November 28, 2011, 12:56:25 AM
You could use my accounts plugin (see footer).
Title: Login Id display on header/top
Post by: Jack! on November 28, 2011, 08:38:44 AM
If your goal is to only show the logged on identity there's another quick solution. Add the following line as second line to file skins/default/includes/taskbar:
<font size=&quot;-2&quot;><roundcube:var name='session:username' />&nbsp;&nbsp;&nbsp;</font>
So the complete content reads like:

<font size=&quot;-2&quot;><roundcube:var name='session:username' />&nbsp;&nbsp;&nbsp;</font>






I know this is a change in RC's code file but this file hasn't been changed for ages and has survived a lot of Roundcube versions 'till now :)