The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
Can't Login to admincp and user account
I have a persistent issue with attempting to login to both user account as well as Admin cp. I found similar issue someone had https://vborg.vbsupport.ru/showthrea...=287312&page=2, but didn't find good solution to this problem.
I did these steps many times, but nothing worked for me... I use vb.4.2.2 pl1 ------------------- 1- clear browser cache, but still get this issue whenever I try to login after 15 minutes and more " Wrong username or password. You have used up your failed login quota! Please wait 15 minutes before trying again. Don't forget that the password is case sensitive. Forgotten your password? Click here[color=Red]!" 2- used tools.php and executed the query TRUNCATE strikes; 3- reset the cache and repeated the same steps on and one, but nothing worked...!! any idea?? |
#2
|
|||
|
|||
Are you using Cloudflare by any chance?
|
#3
|
|||
|
|||
No, I'm not...
no other CDN as well... |
#4
|
|||
|
|||
Can you query the database? Check the session table and check the IP address column, does every result have the same IP or are the IP addresses different?
|
#5
|
|||
|
|||
Quote:
The IP addresses for main forum, forum.php, admincp and login.php is the same, others are not. do I have to change anything here? |
#6
|
|||
|
|||
Either upload something like PHPMyAdmin to your server or execute the query directly on your server under a SSH connection. First option would probably be easier for you. When did this issue start happening by the way?
|
#7
|
|||
|
|||
Quote:
and have SSH connection as well.. This issue has started 2 days ago. I changed the cookie prefix in config.php and then removed the browser cache and could login without any issues. 1 day after that, I can't seem to login anymore... and till now the issue is on... --------------- Added [DATE]1405348232[/DATE] at [TIME]1405348232[/TIME] --------------- I could solve the issue myself... I believe I had a hash issue so that's why it wouldn't let me to login... I replaced the user table with previous one I have as a backup and now works fine. Thanks for trying to help Great health to everyone |
#8
|
||||
|
||||
Remember everyone, when you change anything related to cookies its a good idea to clear your cookies (or in the least the cookies for said site). Using tools.php was a good idea if you're ever unsure but if all else fails you can run a query to reset any users password:
Code:
UPDATE `user` SET `password` = MD5(CONCAT(MD5('newpassword'), `user`.`salt`)) WHERE `userid` = 1 |
Благодарность от: | ||
fxdigi-cash |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|