Patrick, Bringing back an old issue with a request for clarification. I currently have the admin password to approve urls but would like to shift that to the edit password. Sorry to be obtuse, but where to I make the change? 
<br><br>You mentioned use of this string<br> &#39;@_site_edit&#39;.<br>...but it was not clear where.<br><br>Or should I be adding something like this in config.php?:<br><br>$DefaultPasswords[&#39;approeveurl&#39;] = $PmWikiUserPassword;
<br><br><br><div><span class="gmail_quote">On 6/15/06, <b class="gmail_sendername">Patrick R. Michaud</b> &lt;<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, Jun 15, 2006 at 11:51:56AM -0400, Donald Z. Osborn wrote:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;Somewhere in the upgrade (2.0 - 2.1.11) or the setting of passwords (user<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&amp; admin) all the URLs in my wiki were returned to a pre-approved status,
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;requiring &quot;approve sites.&quot; The edit password (uses the &quot;user&quot; password)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;will not perrmit approving the sites. Is there a setting for this<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;function?<br><br>First, double-check to see if your site was previously storing its
<br>approved sites in the Main.ApprovedUrls page.&nbsp;&nbsp;In 2.1 this was switched<br>so that PmWiki looks only in Site.ApprovedUrls by default.<br><br>If this is the case, then you should be able to simply copy the contents<br>
of Main.ApprovedUrls into the Site.ApprovedUrls page and everything will<br>be &quot;approved&quot; again.<br><br>To answer the more general question -- restrictions on approving sites;<br>a person is allowed to approve a url if he/she has edit permission on the
<br>Site.ApprovedUrls page.&nbsp;&nbsp;So, setting the edit password for Site.ApprovedUrls<br>should allow authors to approve pages again.&nbsp;&nbsp;If you want Site.ApprovedUrls<br>to have the same edit password as the entire site (i.e.,<br>
$DefaultPasswords[&#39;edit&#39;]), then set the edit password for Site.ApprovedUrls<br>to be &#39;@_site_edit&#39;.<br><br>Pm<br></blockquote></div><br>