[pmwiki-users] Urgent HELP regarding PMWIKI User ID Problem

Patrick R. Michaud pmichaud at pobox.com
Thu Jun 30 09:41:59 CDT 2005


On Wed, Jun 29, 2005 at 04:01:48PM +0530, Saran wrote:
> I have configured the PMWIKI in a windows 2000 server with IIS .
> Everything is working fine.I can able to edit,modify and can do all 
> things in pmwiki.
> 
> Now i thrown out the idea of using
> active directory.Now i just need to create user ids in pmwiki.
> 
> Task 1: I have included the following line in config.php
> include_once('scripts/authuser.php');
> 
> 
> Task 2: Included these 2 lines in config.php
> $AuthUser['bart'] = crypt('bartspassword');
> $Authuser['nancy'] = crypt('nancyspassword');
> 
> After doing these tasks also ,pmwiki is not even prompting any username 
> and password.

PmWiki won't prompt for a username and password until encountering
a page or action in which a username or password is needed to access
it.  I'm planning to include a "Site.Login" page in the distribution
that can be used to automatically prompt for a login.

Pm



More information about the pmwiki-users mailing list