Current time: 06-02-2024, 11:21 PM Hello There, Guest! (LoginRegister)


Post Reply 
can't log into the admin area
Author Message
vark Offline


Posts: 2
Joined: May 2011
Reputation: 0
Post: #5
RE: can't log into the admin area
Same problem that mkreder issued.
In addition I performed the 'lostpassword' procedure, but no luck with a new password too.

Looking at 'login' table (see http://isp-control.net/documentation/res...30_minutes ), I saw a very strange thing:

Code:
mysql> select * from login;
+----------------------------+---------------+------------+-------------+---------------+-----------+
| session_id                 | ipaddr        | lastaccess | login_count | captcha_count | user_name |
+----------------------------+---------------+------------+-------------+---------------+-----------+
| 9v1h0h0flcas5me10e5g4hvb36 | 210.40.40.165 | 1306483143 |          2  |             1 | NULL      |
+----------------------------+---------------+------------+-------------+---------------+-----------+

NULL value in 'user_name' field?!!

This record won`t disappear even my "wait N minutes" has gone...

I found temporary solution:
Code:
mysql> DELETE from login where ipaddr = '210.40.40.165';

Now I can log in as admin, and see in 'login' table:
Code:
mysql> select * from login;
+----------------------------+---------------+------------+-------------+---------------+-----------+
| session_id                 | ipaddr        | lastaccess | login_count | captcha_count | user_name |
+----------------------------+---------------+------------+-------------+---------------+-----------+
| 4uv1toi7l5uvkrmi5hb8e44fm4 | 210.40.40.165 | 1306483895 |           2 |             0 | admin     |
+----------------------------+---------------+------------+-------------+---------------+-----------+
1 row in set (0.00 sec)

Where is the matter if this problem - I still don`t know Sad

==============
IspCP 1.0.7, no mods
Debian 6.0/i386
06-01-2011 12:19 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
can't log into the admin area - mkreder - 02-03-2011, 12:14 AM
RE: can't log into the admin area - bodri - 02-03-2011, 04:08 AM
RE: can't log into the admin area - vark - 06-01-2011 12:19 AM

Forum Jump:


User(s) browsing this thread: 1 Guest(s)