[pmwiki-users] Screwed up authuser

Peter Bowers pbowers at pobox.com
Mon Apr 12 20:02:44 CDT 2010


On Mon, Apr 12, 2010 at 4:05 AM,  <pmwiki at 911networks.com> wrote:
> I have authuser, and it's "kind" of working. I can edit, add pages as
> myself. But somehow, I locked myself out of the "Site." pages.
>
> I could have sworn that I added myself to the admin group but...

I believe installing authedit does not disable the password-only
authorization scheme.  Thus, you can still set
    $DefaultPassword['admin'] = array(crypt('mysecret'));
and then log in leaving the username blank and just entering the
password.  After you have unlocked the Site.* pages you can just get
rid of that $DefaultPassword setting and you are back to an
authedit-only type of authorization.

-Peter



More information about the pmwiki-users mailing list