SOLVED completely locked out of admin

Random stuff about serendipity. Discussion, Questions, Paraphernalia.
Post Reply
pilchards
Regular
Posts: 8
Joined: Mon Nov 09, 2009 11:37 am

SOLVED completely locked out of admin

Post by pilchards »

Hi all,

I cannot login anymore. In case I forgot the password, I had even (multiple times) reset my password in phpMyAdmin.
i did the following in an attempt to get me in to no avail:
chown -R www-data:www-data .
chmod -R 775 .

maybe the changed something on the server config..blog.pilchards.co.za/pollyputthekettleon.php

i even tried rolling back to 1.4.1, but that didnt work either. I'm back to 1.5-beta2.

and i dont think that software based crontab works either.

i'm trying to see if everything is broken by editing popfetcher in myAdmin - just gotta work out which trues and falses to change from the plugin files.

btw. i do have ssh access =;o)
Last edited by pilchards on Sun Dec 20, 2009 12:57 am, edited 1 time in total.
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: completely locked out of admin

Post by garvinhicking »

Hi!

How did you reset your password in phpmyadmin exactly?

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
pilchards
Regular
Posts: 8
Joined: Mon Nov 09, 2009 11:37 am

Re: completely locked out of admin

Post by pilchards »

i did the following:
UPDATE `domdom`.`serendipity_authors` SET `password` = MD5( 'YETanotherpass.' ) WHERE `serendipity_authors`.`authorid` =1 LIMIT 1 ;
Mangek
Regular
Posts: 85
Joined: Tue Jun 24, 2008 1:08 am
Location: Sweden
Contact:

Re: completely locked out of admin

Post by Mangek »

Try clearing the password (set it to "" or mysql equivalent) and then change it from within Serendipity once you've logged in.
pilchards
Regular
Posts: 8
Joined: Mon Nov 09, 2009 11:37 am

SOLVED completely locked out of admin

Post by pilchards »

Hahahaha!!

I cracked the mystery!

This was the error:
`hashtype` = '1'

it should be `hashtype` = '0'

btw, what is hashtype 1?

Malcs
Post Reply