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> '@_site_edit'.<br>...but it was not clear where.<br><br>Or should I be adding something like this in config.php?:<br><br>$DefaultPasswords['approeveurl'] = $PmWikiUserPassword;
<br><br><br><div><span class="gmail_quote">On 6/15/06, <b class="gmail_sendername">Patrick R. Michaud</b> <<a href="mailto:pmichaud@pobox.com">pmichaud@pobox.com</a>> 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>> Somewhere in the upgrade (2.0 - 2.1.11) or the setting of passwords (user<br>> & admin) all the URLs in my wiki were returned to a pre-approved status,
<br>> requiring "approve sites." The edit password (uses the "user" password)<br>> will not perrmit approving the sites. Is there a setting for this<br>> function?<br><br>First, double-check to see if your site was previously storing its
<br>approved sites in the Main.ApprovedUrls page. 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 "approved" 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. So, setting the edit password for Site.ApprovedUrls<br>should allow authors to approve pages again. If you want Site.ApprovedUrls<br>to have the same edit password as the entire site (i.e.,<br>
$DefaultPasswords['edit']), then set the edit password for Site.ApprovedUrls<br>to be '@_site_edit'.<br><br>Pm<br></blockquote></div><br>