Need help to reset admin password

Permalink 1 user found helpful
Im searching for someone with good Concrete5 database knowledge to help us retrieve the login admin password so we can edit our website.

 
mnakalay replied on at Permalink Best Answer Reply
mnakalay
Hello,
Maybe you should have a look at this:https://github.com/mkly/concrete5-Lockpick...
BloodyIron replied on at Permalink Reply
BloodyIron
This script saved my bacon. Thanks! :D

Works on v5.7, unsure about v5.8.
mnakalay replied on at Permalink Reply
mnakalay
I ran into problems using it with v8
mkly replied on at Permalink Reply
mkly
I had no idea this still worked in 5.7... That's great to hear I guess I'll update the docs. Do you remember what happened with 8? I guess I can do a quick install and check this weekend or something.
mnakalay replied on at Permalink Reply
mnakalay
hey @mkly
Come on, I left you a comment on GitHub months ago to tell you it worked on 5.7 :)

On v8.0.2 I get the form and fill it up then push submit. The page reloads but execution stops when you call the dispatcher. Once it's loaded (I assumed it gets loaded) execution stops and I just get a blank screen.

It doesn't go one line further after loading the dispatcher.

I am not 100% sure but I think because you set C5_ENVIRONMENT_ONLY to true C5 considers you are running it from the command line and at some point is expecting command line type arguments which is not getting.

I am saying that because, although I can't remember what I did to get there, I got an error related to that. It was in the file vendor\symfony\console\Input\ArgvInput.php, in the __construct function
public function __construct(array $argv = null, InputDefinition $definition = null)
    {
        if (null === $argv) {
            $argv = array();
            $argv[] = $_SERVER['argv'];
        }
        // strip the application name
        array_shift($argv);
        $this->tokens = $argv;
        parent::__construct($definition);
    }

the error was that array_shift() was expecting an array but was null instead. And I don't see how that's even possible given that the code just above it turns it into an array, even if empty.

But like I said, I don't remember what I did to get that. Right now I'm only getting a blank screen after submitting
TMDesigns replied on at Permalink Reply
TMDesigns
More than happy to help if you can't figure it out from the link above

PM me
tranpohl replied on at Permalink Reply
What is PM?
tranpohl replied on at Permalink Reply
I don't understand the link you provided.

Can i call you to explain?
mnakalay replied on at Permalink Reply
mnakalay
PM stands for Private Message.
If you hover on someone's avatar (TM designs logo next to his message for instance) a popover will appear and at the bottom, there is a "View profile" button.

Click on this button to get to the person's profile and there, in a light blue box, you will see a button that says "Send Message". You can use that to send a Private Message (PM) to the user you selected.

The user will receive a copy of the message on his email and if he answers you, you will also receive a copy of that message by email.

You can also access your Private Message Inbox by going here:https://www.concrete5.org/profile/messages/...

So you can PM me if you want us to discuss this :)
AB27 replied on at Permalink Reply
Hi Trans,

I have sent you a PM.

Please contact me at arnold[DOT]cis10[AT]gmail[DOT]com

Thank you
TMDesigns replied on at Permalink Reply
TMDesigns
Did you get sorted out and back into your site?
mnakalay replied on at Permalink Reply
mnakalay
Yes :)
tranpohl replied on at Permalink Reply
All have been resolved.




Tran Pohl / Managing Member
T-Prints, LLC
425-780-9380