I locked myself out
mwahl 0
From: -
From: -
Notice
This topic is archived. New comments cannot be posted and votes cannot be cast.Responses to this topic
1 Re: I locked myself out
Philipp
From: Vienna, Austria
Administrator
1340From: Vienna, Austria
I locked myself out
Upload the following script to your cadmin directory:
You need to replace newpassword in the $password = "newpassword"; line with your password.
Upload the following script to your cadmin directory:
<?php
require("../core.php");
$password = "newpassword";
dbconnect();
$password = CryptMe($password);
DBQuery("UPDATE esselbach_st_users SET user_password = '$password'");
echo "Done. Please remove this script now.";
?>
You need to replace newpassword in the $password = "newpassword"; line with your password.
During installation I must have made a typo with my username or password and can't get in. Do I need to re-install the hole thing?
Quick answer appreciated!