Search found 2 matches

by gowen
Wed Aug 15, 2018 11:39 pm
Forum: Installation
Topic: Modern instructions for resetting the Admin password?
Replies: 1
Views: 4492

Re: Modern instructions for resetting the Admin password?

For the record, newer versions of s9y are storing a pepper in the serendipity.${prefix}config table under the name 'hashkey'. The pepper takes the form of a Unix epoch timestamp, so, a 10 digit number. Concatenate that number and the intended password together, without a newline, and take the SHA1 h...
by gowen
Wed Aug 15, 2018 1:49 am
Forum: Installation
Topic: Modern instructions for resetting the Admin password?
Replies: 1
Views: 4492

Modern instructions for resetting the Admin password?

Are there modern instructions for resetting the Admin password? The various versions found searching this forum and elsewhere seem to be 2005-2009 and refer to the older md5 format. I have full shell and PostgreSQL access, but cannot determine how to set the password in such a way as to allow me to ...