<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div><span class="Apple-style-span" style="border-collapse: separate; border-spacing: 0px 0px; color: rgb(0, 0, 0); font-family: Verdana; font-size: 11px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-align: auto; -khtml-text-decorations-in-effect: none; text-indent: 0px; -apple-text-size-adjust: auto; text-transform: none; orphans: 2; white-space: normal; widows: 2; word-spacing: 0px; ">soooo,</span></div><div><br></div><div>even with:</div><div><div><div>if (CondAuth($pagename,'admin')) {</div><div>   $EnableFoxUrlInput = 'true';</div><div>   $FoxPagePermissions['*.*'] = 'all'; </div><div>} </div><div>elseif (CondAuth($pagename,'edit')) {</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>$EnableFoxUrlInput = 'true';</div><div><span class="Apple-tab-span" style="white-space:pre">        </span>$FoxPagePermissions['*.*'] = 'all';  // replace necessary to be able to delete pages...</div><div>} </div><div>elseif (CondAuth($pagename,'read')) {</div><div>   $FoxPagePermissions['*.*'] = 'all'; </div><div>}</div><div><br></div><div>i'm unable to delete from FoxNotifyLists.UserGroupA...</div><div>and in this case, there is no redirection - it stays on the UserGroupA-Notify page, and no foxmessage is output...</div><div><br></div><div>do you think it possible to delete from one group to another with different passwords set for each group?</div><div>wondering if there's a way for me to reconfigure FoxNotify so that the notify info is actually stored within the user's own group?</div><div><br></div><div>a</div><div><br></div></div></div><br><div><div>On 10 Jul 2008, at 1:49 AM, Hans wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Thursday, July 10, 2008, 9:37:57 AM, adam overton wrote:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div> <blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">i put a (:foxmessage:) on the resulting page (FoxNotifyLists.UserGroupA)</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">and received the expected msg: PERMISSION DENIED to delete on <span class="Apple-converted-space"> </span></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">FoxNotifyLists.Aaam!</div> </blockquote><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div> <blockquote type="cite"><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">and my FoxAuth is currently set to 'read'...</div> </blockquote><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">Rereading your first post, I think you need to add 'delete' to</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">the page permissions for the FoxNotifyLists group:</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">elseif (CondAuth($pagename,'read')) {</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-converted-space">    </span>$FoxPagePermissions['*.*'] = 'add';</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-converted-space">    </span>$FoxPagePermissions['FoxNotifyLists.*'] = 'add,delete';</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">}</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">This may solve it.</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">But thinking about security, what stops users from deleting other</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; ">user's notification entries?</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; "><span class="Apple-converted-space">  </span>~Hans</div><div style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0px; min-height: 14px; "><br></div> </blockquote></div><br></body></html>