<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('Test.UrlApprovals'); </code><br><code class="escaped">$DefaultPasswords['approvesites'] = crypt('test');</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'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'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>