<div>Thanks everyone for your help on the admin password issue.</div>
<div>I'm already thinking of sending money to pmwiki team. :)</div>
<div> </div>
<div>Warmest regards,</div>
<div>Phil<br><br> </div>
<div><span class="gmail_quote">On 8/24/05, <b class="gmail_sendername">H. Fox</b> <<a href="mailto:haganfox@users.sourceforge.net">haganfox@users.sourceforge.net</a>> wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">On 8/24/05, Phil Seyer <<a href="mailto:weddingdj@gmail.com">weddingdj@gmail.com</a>> wrote:<br>> I'm a new pmwiki user. The default home page has a
Site.SideBar with a lot<br>> of PmWiki stuff, which is nice, but I would like to edit those items on the<br>> left to make them my own. When I try to do so, I'm asked for a password.<br>> What do I do?<br>><br>
> My site is:<br>><br>> <a href="http://www.lovemusiclovedance.com/pmwiki/pmwiki.php">http://www.lovemusiclovedance.com/pmwiki/pmwiki.php</a><br><br>In the current version the password is "locked". You only need to set
<br>an admin password (which you should probably do anyway). Add the<br>following to your local/config.php file.<br><br>$DefaultPasswords['admin'] = crypt('yourpassword');<br><br>If you don't have a config.php file yet, create one that looks like this:
<br><br><?php if (!defined('PmWiki')) exit();<br>$DefaultPasswords['admin'] = crypt('yourpassword');<br><br>(Be sure to use your own password!)<br><br>See also:<br><a href="http://www.pmwiki.org/wiki/PmWiki/FAQ#pwlocked">
http://www.pmwiki.org/wiki/PmWiki/FAQ#pwlocked</a><br><br>Hagan<br></blockquote></div><br>