[pmwiki-users] AuthUser and admin password

Crisses crisses at kinhost.org
Thu Sep 28 08:19:20 CDT 2006


You edit the page -- use the examples, and omit the # in front of the  
line -- that "comments it out".

so:

crisses: (:encrypt mypassword:)
mark: (:encrypt yourpassword:)
@admins: crisses, mark

:)

Crisses


On Sep 28, 2006, at 6:53 AM, Mark Trumpold wrote:

> Thanks
>
> The page I get gives me info about how to go about it is there like  
> an input
> form page that goes with that so I can type in the user name or do  
> I have to
> do it in the config.php
>
> Thanks
>
> Mark
>
>
> On 27/9/06 3:28 PM, "Crisses" <crisses at kinhost.org> wrote:
>
>> On Sep 27, 2006, at 7:01 AM, Mark Trumpold wrote:
>>
>>> Hi
>>>
>>> I seem to be having trouble or I just don't get it
>>>
>>> 1. I added the  include_once("$FarmD/scripts/authuser.php"); line
>>> in the
>>> config.php file on my server. But I cant seem to get the
>>> site.authUser  page
>>> or form
>>
>> the command you added looks good.
>>
>> The page you want is Site.AuthUser or http://yourdomain.com/
>> pmwiki.php?n=Site.AuthUser
>>
>> See if that helps.
>>
>>> 2. I put a $DefaultPasswords['john'] = crypt('john'); for a site  
>>> admin
>>> password. Nothing seems to happen when I make new edit pages, I  
>>> get no
>>> password prompt etc
>>
>> This should be
>> $DefaultPasswords['admin'] = crypt('john');
>>
>>
>> Crisses
>>
>
>
>





More information about the pmwiki-users mailing list