This website can use cookies to improve the user experience

This website can use cookies to improve the user experience and to provide certain services and functions to users. Cookies contain small amounts of information (such as login information and user preferences) and will be stored on your device.

Enable All Cookies Privacy Policy

I locked myself out


avatar
mwahl 0
From: -
I locked myself out

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!

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
avatar
Administrator
1340
From: Vienna, Austria
I locked myself out

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.

Notice

This topic is archived. New comments cannot be posted and votes cannot be cast.