Small Issue with admin login.. Small Issue with admin login..
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

Small Issue with admin login..

Started by Scias, July 15, 2007, 06:15:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Scias

ok, i had a failed bridging attempt, attempt to go restore it, it asked me to login, i used my pass/user correctly, kept saying i was wrong, so i tryed 2-3 diffrent combinations incase im going brain-dead, then it locked me out, so i waited it out, tryed again, locked me out for 3x the previous time, then waited it out, checked the mysql user database, made sure i got it right, and failed AGAIN, now im locked out for about 2-3 hours?! anyway to bypass this? :(

Sami

where did you try to login ?
You should go for bridgemgr.php instead of login.php when you have bridge issue
http://coppermine-gallery.net/demo/cpg14x/docs/index.htm#bridge_manager_recover_start

if you have issue with your admin username/password try this:
http://forum.coppermine-gallery.net/index.php?topic=33512.msg158620#msg158620
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

You're being temporarily banned after a set number of failed login attempts for a set time. This is actually a feature to avoid brute-force attacks. You can modify the threshold both for the number of attempts as well as for the time you're temporarily banned in coppermine's config.

Scias

ty both, and yes, i realized it was that feature, but instead of 5 chances after it resets, it's 1 fail, and double the time each time.

and unfortunatly, this stupid bug changed my password to a very odd 1, which then in turn wouldnt let me use it, and when i disabled the bridging after bypassing the damn problem, it did something to the mysql of the forum, and the gallery, and corrupted them both :/ i tryed repairing it manually, and the repair feature, both failed, i had 0 access to the gallery or forums...

so im restarting from scratch... :( bye bye 3 months work, sigh..

Sami

Bridge system doesn't harm/touch your forum's tables at all !!!
Do as suggested here :
http://forum.coppermine-gallery.net/index.php?topic=24032.0
and let us check the galley
‍I don't answer to PM with support question
Please post your issue to related board

Joachim Müller

Quote from: Scias on July 15, 2007, 12:02:50 PM
and unfortunatly, this stupid bug changed my password to a very odd 1
Definitely not. Be carefull when shouting "bug".

Quote from: Scias on July 15, 2007, 12:02:50 PMand when i disabled the bridging after bypassing the damn problem, it did something to the mysql of the forum
Wrong again: coppermine doesn't write to your forum's database tables no matter what.

Quote from: Scias on July 15, 2007, 12:02:50 PMi tryed repairing it manually, and the repair feature,
So I presume that what actually happened was database corruption. This is not being caused by any application (neither your forum nor coppermine). Usually happens when the server is being shut down unexpectedly, if the hard drive crashes or similar. Should be handled (and fixed) by your webhost and is (as I suggested) nor a result of an application running queries against the database. Don't draw false conclusions and blame apps for things getting broken. Database corruption and your bridging attempts happening at the same time can only be a matter of coincidence.

Quote from: Scias on July 15, 2007, 12:02:50 PMso im restarting from scratch... :( bye bye 3 months work, sigh..
This should teach you the importance of frequent backups both of files as well as the database.

Joachim