"Invalid credentials" issue | Issues | Forum

Please consider registering
guest

Log In Register

Register | Lost password?
Advanced Search:

— Forum Scope —



— Match —



— Forum Options —




Wildcard usage:
*  matches any number of characters    %  matches exactly one character

Minimum search word length is 4 characters - maximum search word length is 84 characters

Topic RSS
"Invalid credentials" issue
May 17, 2012
3:07 pm
studioZ2
New Member
Forum Posts: 2
Member Since:
May 17, 2012
Offline

Hi!
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.

May 17, 2012
6:01 pm
studioZ2
New Member
Forum Posts: 2
Member Since:
May 17, 2012
Offline

Anyone knows how to change your password?

May 18, 2012
4:28 am
Support
Admin
Forum Posts: 1660
Member Since:
January 6, 2012
Offline

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.

May 22, 2012
10:17 pm
Craig Paterson
Member
Forum Posts: 9
Member Since:
May 21, 2012
Offline

I too have just encountered this issue on a localhost installation.

Tried updating the database as described above, but still no joy.

May 23, 2012
11:16 am
Support
Admin
Forum Posts: 1660
Member Since:
January 6, 2012
Offline

Did 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.

May 23, 2012
2:00 pm
Craig Paterson
Member
Forum Posts: 9
Member Since:
May 21, 2012
Offline

Hi, tried that and I'm afraid that didn't work either.
It has added the new password to the database, but it still won't let me log in using the new password.
I see that there is a 1.1.0 version out now. I may just delete and re-install from the latest version.

May 23, 2012
3:30 pm
Craig Paterson
Member
Forum Posts: 9
Member Since:
May 21, 2012
Offline

Just an update.

I removed all database tables, downloaded v1.1.0 and installed again. All working fine at the moment. Will report back if any further issues.

Cool

June 10, 2012
9:30 pm
Craig Paterson
Member
Forum Posts: 9
Member Since:
May 21, 2012
Offline

The same thing has happened again in v1.1.0. Tried updating password again using the methods described above and the password in the database gets updated ok, but the login still errors with "Invalid credentials." when I try to use my email and new password.
Cry

August 22, 2012
6:24 am
Japh
New Member
Forum Posts: 1
Member Since:
May 18, 2012
Offline

I've just started having this exact problem too. Can't login, even updating the password directly in the database with SQL isn't helping.

Any more ideas?

August 22, 2012
2:18 pm
Support
Admin
Forum Posts: 1660
Member Since:
January 6, 2012
Offline
10

Have DM'd you on twitter regarding this.

Thanks
David.

August 29, 2012
6:23 pm
Tech4Eleven
Member
Forum Posts: 9
Member Since:
August 29, 2012
Offline
11

I 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.

August 29, 2012
10:15 pm
msotojr
New Member
Forum Posts: 1
Member Since:
August 29, 2012
Offline
12

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.

August 29, 2012
10:39 pm
Tech4Eleven
Member
Forum Posts: 9
Member Since:
August 29, 2012
Offline
13

i just started over and didnt choose to use folder protection. would be nice to see some documentation on what folder protection does and how to use it

August 30, 2012
5:03 am
Support
Admin
Forum Posts: 1660
Member Since:
January 6, 2012
Offline
14

Tech4Eleven said

i just started over and didnt choose to use folder protection. would be nice to see some documentation on what folder protection does and how to use it

Did you set IP authentication by any chance?

August 30, 2012
4:37 pm
Tech4Eleven
Member
Forum Posts: 9
Member Since:
August 29, 2012
Offline
15

in the first install I did but I wasnt sure if I needed to set the user and pass to the same as my login or not. regardless, I was completely locked out. all good now. just not using authentication or Fp. BTW, I never get notified when there's a reply to my post. am I missing something?

August 31, 2012
6:34 am
Support
Admin
Forum Posts: 1660
Member Since:
January 6, 2012
Offline
16

Did 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.

September 3, 2012
8:47 pm
Tech4Eleven
Member
Forum Posts: 9
Member Since:
August 29, 2012
Offline
17

I 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?

September 4, 2012
5:24 am
Support
Admin
Forum Posts: 15
Member Since:
April 21, 2012
Offline
18

Tech4Eleven added a xxx.xxx.xxx.xxxx to his IP authentication. That has caused the error. Steps to remove this error

Goto phpMyAdmin find the table named allowed_login_ips and then remove any record you see there.

October 10, 2012
4:10 am
johno69
Member
Forum Posts: 57
Member Since:
September 5, 2012
Offline
19

Support said

Tech4Eleven added a xxx.xxx.xxx.xxxx to his IP authentication.

I had added my IP to the authentication and when my IP changed I went into the DB to remove it and saw it was listed as xxx.xxx.xxx.xxxx also.

So looks like thats just how it's shown in the DB.

Forum Timezone: UTC 0

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)