Search found 4 matches

by Paul Sture
Thu Sep 16, 2010 2:39 pm
Forum: General discussions
Topic: Resetting Password
Replies: 16
Views: 24044

Re: Resetting Password

Many thanks. The PHP there threw an error for me:

ERROR: syntax error at or near "=" LINE 1: UPDATE SET password = 'blahblah'

It looks like the table name is missing from that statenent, which might be because I'm still on the beta version.

However, it displayed the resulting password hash ...
by Paul Sture
Thu Sep 16, 2010 1:29 pm
Forum: General discussions
Topic: Resetting Password
Replies: 16
Views: 24044

Re: Resetting Password

Apologies for the delayed reply.

I am using Serendipity 1.5 beta 1. I would upgrade but I am not sure I can without the password.

TIA
by Paul Sture
Sun Jun 06, 2010 6:00 pm
Forum: General discussions
Topic: Resetting Password
Replies: 16
Views: 24044

Re: Resetting Password

I having an unexpectedly hard time with this. I'm using Postgres and issue the following command at the psql prompt:

Code: Select all

update serendipity_authors set password = md5('123456') where authorid = 1;
Yet I still cannot login. Does anyone have any thoughts? I'm totally baffled here.
by Paul Sture
Sat Nov 14, 2009 8:00 pm
Forum: General discussions
Topic: Trackbacks - Remove
Replies: 3
Views: 2692

Re: Trackbacks - Remove

A slightly different requirement from the original request, but at the moment I am trying out Serendipity on my own localhost (a Mac PowerBook). I deliberately don't want trackbacks or pingbacks since it's not publicly accessible.

TazAnna, I am quite happy to test out your changes, I'll drop you a ...