Roundcube Community Forum

 

How to check User last Login IP Address?

Started by nishith, December 26, 2008, 06:23:59 AM

Previous topic - Next topic

nishith

Using Roundcube 0.2 beta version.

I want to add a package/plugin in roundcube,So that I can check my last login IP Address.

When I logged into webmail account, a POP Up message will come on the screen,telling me that "Your Last Login from "

Is this type of facility is possible in roundcube?

Hint :- In Roundcube main.inc.db file,I found below path. Will it work? Please see below line.

// check client IP in session athorization
$rcmail_config['ip_check'] = false;

by Making "false" into "true",will i get the last logged IP Address screen?

Please help.

Nishith Vyas.