Swift aka AnonyWS Posted February 26, 2013 Share Posted February 26, 2013 I've just lost my admin password, how can i recover it? I'm kinda dumb that make that hard password so i can't even remember it now Link to comment Share on other sites More sharing options...
0 Exterminator Posted February 27, 2013 Share Posted February 27, 2013 Alright so let's get this straight.. IF You got access to FTP, you life is saved. Follow the following ( if you got access to FTP ):You'll personally need to rename the admin dir to something completely different, that you only know and just made up.Once you've done that. You would want to remove your ACP login. So basically when you visit the ACP link, there will be no ACP login, you just "bypass" the login for ACP.To do that, do this:Open: admin/sources/base/ipsRegistry.php and find:$validationStatus = self::member()->sessionClass()->getStatus();$validationMessage = self::member()->sessionClass()->getMessage();Replace with:$validationStatus = true;#self::member()->sessionClass()->getStatus();$validationMessage = self::member()->sessionClass()->getMessage();self::$handles['member']->setMember(1);Replace the number 1 with the desired member ID to log in with all the time. Ok now ACP login is officially removed. BUT remember you "RENAMED" the admin cp and you only know what it is. Do go your admin cp link and there should be no login there. Now head over to members and choose your profile and override your password to something you will know more commonly. I hope I helped. 1 Link to comment Share on other sites More sharing options...
0 Administrator Tony Posted February 26, 2013 Administrator Share Posted February 26, 2013 The password for the ACP should be the same as your forum account.. so why not use the Forgot Password option? 1 Link to comment Share on other sites More sharing options...
0 AmOn Posted February 26, 2013 Share Posted February 26, 2013 I've just lost my admin password, how can i recover it? I'm kinda dumb that make that hard password so i can't even remember it now Use forgot password system or then via Direct Admin via database you can change it 1 Link to comment Share on other sites More sharing options...
0 Swift aka AnonyWS Posted February 26, 2013 Author Share Posted February 26, 2013 What kind of hash type does IPB Use? No salt? Link to comment Share on other sites More sharing options...
0 Swift aka AnonyWS Posted February 26, 2013 Author Share Posted February 26, 2013 On 2/26/2013 at 4:13 PM, Davlin said: The password for the ACP should be the same as your forum account.. so why not use the Forgot Password option? Wrong email... D: Link to comment Share on other sites More sharing options...
0 Swift aka AnonyWS Posted February 27, 2013 Author Share Posted February 27, 2013 Make a new file in your root directory Run <?php require_once( 'initdata.php' );require_once( CP_DIRECTORY.'/sources/base/ipsRegistry.php' );$registry = ipsRegistry::instance();$registry->init(); IPSMember::updatePassword(YOUR_MEMBER_ID,'YOUR_NEW_PASSWORD'); Uhm, <?php require_once( 'initdata.php' );require_once( CP_DIRECTORY.'/sources/base/ipsRegistry.php' );$registry = ipsRegistry::instance();$registry->init(); IPSMember::updatePassword(1,'login123');?> tried that, horribly failed xD Link to comment Share on other sites More sharing options...
0 Swift aka AnonyWS Posted February 27, 2013 Author Share Posted February 27, 2013 Got in, but ho Uhm, <?php require_once( 'initdata.php' );require_once( CP_DIRECTORY.'/sources/base/ipsRegistry.php' );$registry = ipsRegistry::instance();$registry->init(); IPSMember::updatePassword(1,'login123');?> tried that, horribly failed xDGot in, but how do i change da password? D: i cant do it by editing member since i am admin :| Link to comment Share on other sites More sharing options...
0 Swift aka AnonyWS Posted February 27, 2013 Author Share Posted February 27, 2013 nevermind, i am such as noob lol Link to comment Share on other sites More sharing options...
0 Swift aka AnonyWS Posted February 27, 2013 Author Share Posted February 27, 2013 (edited) Your login credentials were not valid Thats what i get now, what da futch? I did enter correct. Maybe database problems? Edited February 27, 2013 by Justin™ We Only Use Futch Here, lol. Link to comment Share on other sites More sharing options...
0 Evarni Posted February 27, 2013 Share Posted February 27, 2013 The question(s) in this support topic have been answered and the owner has been able to solve the problem. Because of this, the support topic has been closed and moved.If you have other questions, please open a new topic. Link to comment Share on other sites More sharing options...
Question
Swift aka AnonyWS
I've just lost my admin password, how can i recover it? I'm kinda dumb that make that hard password so i can't even remember it now
Link to comment
Share on other sites
10 answers to this question
Recommended Posts