ispCP - Board - Support
Increase control panel login time? - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: System Setup & Installation (/forum-32.html)
+--- Thread: Increase control panel login time? (/thread-1959.html)



Increase control panel login time? - robmorin - 12-08-2007 12:57 AM

Hello all... i was wondering what would i have to mod or if its already an option, to allow me to stayed logged in to Omega longer then the current timeout? I mean i do work in other apps go back to Omega and i have to log in again and go back to where i was.... is there away to have it stay open longer for me or admins than others?

Thanks to all..

Rob..


RE: Increase control panel login time? - Cube - 12-08-2007 01:37 AM

To change the timeout you have to modify $cfg['SESSION_TIMEOUT'] in /var/www/ispcp/gui/include/ispcp-lib.php, but AFAIK it's not possible to set it separately for admins.


RE: Increase control panel login time? - robmorin - 12-08-2007 02:06 AM

Thanks, its a start! I love ISPCP!

Have a great day!

Rob...

Cube Wrote:To change the timeout you have to modify $cfg['SESSION_TIMEOUT'] in /var/www/ispcp/gui/include/ispcp-lib.php, but AFAIK it's not possible to set it separately for admins.



RE: Increase control panel login time? - robmorin - 12-08-2007 02:18 AM

Hahaha, interestingly enough after changing it from 30 to 90 then loggin out and then trying to log back in , i keep getting...
You have been blocked for 30 minutes
weird, eh?

I changed it back and restart omega, but i still cannot log back in .... i guess i have to go into mysql and release myself so to speak....

Too bad there was not a way to tell Omega that anyone coming in from a certain IP can be ignored or considered and admin so lockouts cannot happen??... BTW i have brut force detection turned off...

Rob...

robmorin Wrote:Thanks, its a start! I love ISPCP!

Have a great day!

Rob...

Cube Wrote:To change the timeout you have to modify $cfg['SESSION_TIMEOUT'] in /var/www/ispcp/gui/include/ispcp-lib.php, but AFAIK it's not possible to set it separately for admins.



RE: Increase control panel login time? - robmorin - 12-08-2007 02:24 AM

I released myself and then i was able to log in ok, i then logged out, and then changed it back to 90 saved the file restart ISPCP and then i logged back in again, and all seems ok now....

??

Have a good one
Rob...

robmorin Wrote:Hahaha, interestingly enough after changing it from 30 to 90 then loggin out and then trying to log back in , i keep getting...
You have been blocked for 30 minutes
weird, eh?

I changed it back and restart omega, but i still cannot log back in .... i guess i have to go into mysql and release myself so to speak....

Too bad there was not a way to tell Omega that anyone coming in from a certain IP can be ignored or considered and admin so lockouts cannot happen??... BTW i have brut force detection turned off...

Rob...

robmorin Wrote:Thanks, its a start! I love ISPCP!

Have a great day!

Rob...

Cube Wrote:To change the timeout you have to modify $cfg['SESSION_TIMEOUT'] in /var/www/ispcp/gui/include/ispcp-lib.php, but AFAIK it's not possible to set it separately for admins.



RE: Increase control panel login time? - joximu - 12-08-2007 02:26 AM

You could try to set the variable in dependance who is logged in... could be possible...

/J


RE: Increase control panel login time? - robmorin - 12-08-2007 02:28 AM

OK cool i shall check it out, thanks!

Rob..

joximu Wrote:You could try to set the variable in dependance who is logged in... could be possible...

/J