ispCP - Board - Support
ispcp web interface login attempts - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Support Area (/forum-30.html)
+--- Forum: Usage (/forum-34.html)
+--- Thread: ispcp web interface login attempts (/thread-2833.html)



ispcp web interface login attempts - uwe - 03-25-2008 05:18 PM

Hello, im trying to debug see why a user is unable to login to ispcp web interface, but i couldnt find which log the attempts are logged to ... i searched for a doc about it , but couldn't find.


RE: ispcp web interface login attempts - gOOvER - 03-25-2008 05:21 PM

What for a Error Message does the User get's?


RE: ispcp web interface login attempts - uwe - 03-25-2008 06:40 PM

gOOvER Wrote:What for a Error Message does the User get's?

I found the logs in the database table log, anyway, the user didnt get an error and was always brought back to the login page, sometimes blocked apparently he was frustrated and started making mistakes while logging in, the problem seems to be that he is behind a proxy (caching proxy apparently, which is an ISA server it seems). connecting directly works fine, now ill test the issue with a squid proxy they have, its probably specific to proxy config they have. if i have anything solid , ill be reporting back.


RE: ispcp web interface login attempts - RatS - 03-25-2008 07:09 PM

The Proxy has to accept and handle through cookies.


RE: ispcp web interface login attempts - joximu - 03-25-2008 07:11 PM

Maybe cookies are not allowed?

I noticed this behaviour:
- login name is wrong -> back to login screen (30 sec waiting)
- pw wrong -> message "pw wrong" with 30 sec waiting...


There is no special log for the attempts - just the apache log where you can see some "POST" ...

you maybe have to add some debugging logging to get deeper...
(add an php error log file and then set some user_error('here'); to get more infos....)

/J