[pmwiki-users] Site Admin password not working

Kathryn Andersen kat_lists at katspace.homelinux.org
Sun Nov 26 18:16:06 CST 2006


On Sun, Nov 26, 2006 at 07:06:48PM -0600, Elizabeth Knittle wrote:
> In the config.php page I have the following, ***** is shown here  
> instead of my password.  I am new to php so would appreciate any help  
> or suggestions.  I can not use it to overide a password set for a  
> page, nor can i use it to edit site pages, nor can I set a password  
> for the edit side bar - it asks for a password but it does not take  
> the admin password i set up.  I checked for typos and even re did the  
> install and config.php page.
> 
> # $DefaultPasswords['admin'] = crypt('******');

Um, the '#' at the start of the line means that the line is a comment;
therefore it is ignored by PmWiki.

What you need is:

$DefaultPasswords['admin'] = crypt('******');

Kathryn Andersen
-- 
 _--_|\     | Kathryn Andersen	<http://www.katspace.com>
/      \    | 
\_.--.*/    | GenFicCrit mailing list <http://www.katspace.com/gen_fic_crit/>
      v     | 
------------| Melbourne -> Victoria -> Australia -> Southern Hemisphere
Maranatha!  |	-> Earth -> Sol -> Milky Way Galaxy -> Universe




More information about the pmwiki-users mailing list