[pmwiki-users] Admin's password

Thomas -Balu- Walter list+pmwiki-users at b-a-l-u.de
Fri Aug 11 18:18:14 CDT 2006


On Fri, Aug 11, 2006 at 11:56:10AM -0500, Patrick R. Michaud wrote:
> There is no "default admin password" -- there's only the admin password
> that you set in local/config.php.
> 
> If you create an admin password, then yes, it allows access to anything
> at any time.  That's what admin passwords are for.  
> 
> If you don't want to have such a password, then don't set one.  :-)

If you want to have username + password for admin stuff and have
authuser enabled, use something like this in your local/config.php

$AuthUser['admin'] = crypt('supersecretpassword');
include_once("$FarmD/scripts/authuser.php");
$DefaultPasswords['admin'] = 'id:admin';

      Balu




More information about the pmwiki-users mailing list