[pmwiki-users] Upgrade difficulties

Patrick R. Michaud pmichaud at pobox.com
Wed Feb 22 22:55:45 CST 2006


On Wed, Feb 22, 2006 at 10:39:10PM -0600, tarkhun wrote:
> I had password authorization setup within my config file (couldn't get the
> htpassword file to work in the version I was using), but now none of my
> passwords will work.
> 
> I'm using:
> $AuthUser['XXTemp'] = crypt('Tempxxxx');
> $AuthUser['XXTemp1'] = crypt('Tempxxxx');
> As an example of my password array and I've added:
> include_once('scripts/authuser.php');
> To my config as well

Just to verify -- make sure that the include_once('scripts/authuser.php')
line occurs *after* the $AuthUser settings, or else they don't
take effect. 

If this still isn't working, then do you happen to know what version
of PmWiki you were using before the upgrade?

Pm





More information about the pmwiki-users mailing list