[pmwiki-users] registration form (side thread)

Patrick R. Michaud pmichaud at pobox.com
Mon May 28 11:27:37 CDT 2007


On Mon, May 28, 2007 at 09:17:19AM -0700, blork wrote:
> Hello. Pardon me for busting in on this thread, but I arrived here
> because I can't figure out how to lock down my pmwiki. To be precise, I
> don't understand why everything I do according to all these
> instructions in here and in pmwiki.org documentation has no effect.
> 
> My needs are very simple: I am the only person who needs to be able to
> read or edit the files. Access should be totally blocked for others.
> The wiki resides in my domain on the web, in a sub-folder.

If you're the only person that will be reading or editing the
pages on the site, then you don't need to be using authuser.php.  
All you need in config.php is:

    $DefaultPasswords['read'] = crypt('A_PASSWORD');

This will prevent anyone from reading any pages without
knowing the password.

Pm



More information about the pmwiki-users mailing list