<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">





<div bgcolor="#ffffff">
<div><font size="2" face="Arial">You could add security using a WifiDog permission 
if you edit the add user page...</font></div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div><font size="2" face="Arial">Wrapping the add user code with&nbsp;a piece of 
code like this should work:</font></div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div><font size="2" face="Arial">if(!Security::getObjectsWithPermission(Permission::P(&#39;NETWORK_PERM_ADD_USERS&#39;)))</font></div>
<div><font size="2" face="Arial">{</font></div>
<div><font size="2" face="Arial">&nbsp; // User does not have permission - display 
error</font></div>
<div><font size="2" face="Arial">} else {</font></div>
<div><font size="2" face="Arial">&nbsp; // User has permission - add user code goes 
here</font></div>
<div><font size="2" face="Arial">}</font></div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div>&nbsp;</div>
<div><font size="2" face="Arial">You would also need to add the relevant permission 
line in the Permissions.php class.</font></div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div><font size="2" face="Arial">It&#39;s a while since I did this, so you might want to 
try it out on a test system first!</font></div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div><font size="2" face="Arial"></font>&nbsp;</div>
<div><font size="2" face="Arial">Hope this helps</font></div>
<div><font size="2" face="Arial"></font>&nbsp;</div><font color="#888888">
<div><font size="2" face="Arial">Richard</font></div>
<div><font size="2" face="Arial"></font> </div></font></div></blockquote><div><br>Thanks Richard,<br><br>If/when I get around to upgrading, I&#39;ll document the changes (as long as I manage to get them working!) <br><br>
Chris <br></div></div><br>