<div dir="ltr">I want to protect the action approve sites with its own password<br>(see <br><a href="http://pmwiki.org/wiki/PmWiki/UrlApprovals">http://pmwiki.org/wiki/PmWiki/UrlApprovals</a><br><a href="http://pmwiki.org/wiki/PmWiki/AvailableActions">http://pmwiki.org/wiki/PmWiki/AvailableActions</a><br>
)<br>I set up, say<br><code class="escaped">$ApprovedUrlPagesFmt = array(&#39;Test.UrlApprovals&#39;); </code><br><code class="escaped">$DefaultPasswords[&#39;approvesites&#39;] = crypt(&#39;test&#39;);</code><br><br><a href="http://kiwiwiki.co.nz/pmwiki/pmwiki.php/Test/ApproveSites">http://kiwiwiki.co.nz/pmwiki/pmwiki.php/Test/ApproveSites</a><br>
<br>but I can&#39;t get a password prompt.<br><br>If I remove the <code class="escaped">$ApprovedUrlPagesFmt</code><br>line then I have to type in the password required for the SIteAdminGroup where SiteAdmin.UrlApprovals resides<br>
<br>I&#39;d like to be able to have the password for the approvesites action work where ever the UrlApprovals page is<br><br>
any suggestions would be appreciated, thanks<br>
<br>Simon<br><br><br><br><br>-- <br><br><a href="http://kiwiwiki.co.nz">http://kiwiwiki.co.nz</a><br>
</div>