[SOLVED] Logins to this account are temporarily disabled due to multiple failed login attempts. Wait for access to be restored,

dsmiley3

Joined: 2014-04-06
Posts: 3
Posted: Sun, 2014-04-06 20:33

I had been accessing my Gallery up to 3-15-14 using a "remembered" username/password. Then I was presented with a CAPTCHA image which I didn't remember seeing before at login. When I try to use it I get the message "Logins to this account are temporarily disabled due to multiple failed login attempts. Wait for access to be restored..." I have tried to access the gallery ever since and always get this message like access never gets restored. I had to start a new gallery using G3 but I have many photos in the old gallery and hate to lose access to them. Can you help me gain access to this old gallery? Thanks.

Gallery link: http://www.deansmiley.com/Gallery/main.php
Gallery version (not just "2"): 2.3
PHP version (e.g. 5.1.6): 5.3
PHPInfo Link (see FAQ):
Webserver (e.g. Apache 1.3.33): EasyApache 3..24.11
Database (e.g. MySql 5.0.32): MySqll 5.5
Activated toolkits (e.g. NetPbm, GD): ?
Operating system (e.g. Linux): Windows 7
Browser (e.g. Firefox 2.0): Firefox 28.0

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2014-04-07 12:22

is this truely gallery 2.3? or is it 2.3.1 or 2.3.2?
check the version.dat file in g2data if you don't have admin access.

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
dsmiley3

Joined: 2014-04-06
Posts: 3
Posted: Mon, 2014-04-07 22:34

The version.dat file reads this - 1.3.0.12.3.1.

 
suprsidr
suprsidr's picture

Joined: 2005-04-17
Posts: 8339
Posted: Mon, 2014-04-07 22:54

You can empty the table g2_FailedLoginsMap w/ a tool like phpMyAdmin.
and try disabling CAPTCHA w/:

UPDATE g2_PluginMap SET g_active=0 WHERE g_pluginId='captcha';

-s
________________________________
All New jQuery Minislideshow for G2/G3

 
dsmiley3

Joined: 2014-04-06
Posts: 3
Posted: Sun, 2014-04-13 18:20

FIXED! Thank you so much.