Comparing revisions for DanWestUserReg

Additions:
>>==See Also==
~- Allows Admin to register users
~- Allows only admin approved users to edit pages
if ($user = $this->GetUser() && $this->HasAccess("write")) {
Deletions:
>>Working for 1.1.6.2 (maybe earlier versions too) to 1.1.6.4.
==See Also==
~- Allows User in ""UserAdmins"" Group to register users //Requires Group ACL update//
if ($user = $this->GetUser() && ($this->isGroupMember($this->GetUser(),"UserAdmins") || $this->isAdmin())) {
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki