<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>&nbsp;</div>
<div>Warmest regards,</div>
<div>Phil<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 8/24/05, <b class="gmail_sendername">H. Fox</b> &lt;<a href="mailto:haganfox@users.sourceforge.net">haganfox@users.sourceforge.net</a>&gt; 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 &lt;<a href="mailto:weddingdj@gmail.com">weddingdj@gmail.com</a>&gt; wrote:<br>&gt; I'm a new pmwiki user.&nbsp;&nbsp;The default home page has a 
Site.SideBar with a lot<br>&gt; of PmWiki stuff, which is nice, but I would like to edit those items on the<br>&gt; left to make them my own.&nbsp;&nbsp;When I try to do so, I'm asked for a password.<br>&gt; What do I do?<br>&gt;<br>
&gt; My site is:<br>&gt;<br>&gt; <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 &quot;locked&quot;.&nbsp;&nbsp;You only need to set
<br>an admin password (which you should probably do anyway).&nbsp;&nbsp;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>&lt;?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>