Thursday 12 October 2006 6:39:16 am
Hi Pascal
Do you still have the user object? If yes:
This for the hash type md5_user which you can find in your site.ini. If you use another hash type you need to change the password_hash and the hash_type number
$hash_type_nr = 2;
$password_hash = md5('YOUR LOGIN' . "\n" . 'YOUR PASSWORD'); $query = "INSERT INTO ezuser VALUES(USER_OBJECT_ID, 14, 'YOUR EMAIL', 'YOUR LOGIN', $password_hash, $hash_type_nr)"; (Replace all words in capitals with your settings) If you do not have the user content object anymore I don't know what to do. Remember to make a backup of your database before doing this. Greetings from Luxembourg Claudia
|