Topic RSS
3:07 pm
May 17, 2012
OfflineHi!
I have just installed, looked around and added some of my sites -worked well with a few first tasks – I have upgraded some plugins through out the sites. Then I navigated to one of my sites via down-left corner menu item called something like "enter here" – after this I have tried to get back – than I was out of admin panel.
When I try to login – I get "Invalid credentials." message – have tried to check everything and do it couple dozen of times – no solution found.
Any ideas? Please advise.
11:16 am
January 6, 2012
OfflineDid the above SQL command run successfully? It should change your password.
Try doing this and let me know if it solves.
UPDATE `iwp_users` SET `username`='youremail@example.com' `password` = SHA1( 'new_password' ) WHERE `userID` =1;
where youremail@example.com -> your email address
new_password -> The password you are going to reset it to.
Let me know if this works.
6:23 pm
August 29, 2012
OfflineI cant get into my site either now. I was in at first, added a site, added folder protection in settings and again on the site I added. Now I cant get in with any password. Did I mess it up by using folder protection? I ran the query above to change my password but the sha1 hex digits are exactly what my password should be. please help.
10:15 pm
August 29, 2012
OfflineI'm having this same issue as well, it was working fine a few days ago and now it won't accept my password. I do save all my passwords in roboform so I know I don't have it inccorect. I went into myphpadmin and set the password myself it still won't let me in. If I do a new install it works fine, but I already had all my sites setup and this is working backwords if I have to do this every time.
6:34 am
January 6, 2012
OfflineDid you set any IP Authentication?
msotojr said
I'm having this same issue as well, it was working fine a few days ago and now it won't accept my password. I do save all my passwords in roboform so I know I don't have it inccorect. I went into myphpadmin and set the password myself it still won't let me in. If I do a new install it works fine, but I already had all my sites setup and this is working backwords if I have to do this every time.
8:47 pm
August 29, 2012
OfflineI got this same issue with a brand new install. Had to wipe it all out and start over. then it was working fine for a day. Now I cant get in again! What the heck? Its been completely useless to me since I cant log in. Can someone please get back to me on this? Why does it keep locking me out when no settings have been changed?
Most Users Ever Online: 50
Currently Online:
5 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
ovidiu: 125
Joe Harkins: 66
The Hack Repair Guy: 66
johno69: 57
nightrider: 49
MarciaH: 49
myallenmedia: 47
WebEndev: 44
iohannis: 39
s3: 35
Forum Stats:
Groups: 2
Forums: 18
Topics: 1185
Posts: 5428
Newest Members: aboo, Anjuks, ChampDigital, tchadsey, valbonet, marioalmonte, markjulie@mac.com, kcat, cmn2013, wpvalet
Moderators: Danny159 (320)
Administrators: Support (1660), Support (15)
Log In
Register
Home


4:28 am
January 6, 2012
Really a weird error. If you could mail us @ help@infinitewp.com a way to replicate it. We would be glad to fix in the future update.
To update the your password. Login to you phpMyAdmin and select the Database where you installed InfiniteWP and run
UPDATE `iwp_users` SET `password` = SHA1( 'new_password' ) WHERE `userID` =1;
where iwp_ is the standard prefix. If you have made a change to it make sure you change it in the SQL query too.