This page (revision-2) was last changed on 26-Nov-2021 10:22 by RForbes

This page was created on 26-Nov-2021 10:22 by RForbes

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
2 26-Nov-2021 10:22 5 KB RForbes to previous
1 26-Nov-2021 10:22 6 KB RForbes to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 63 removed one line
permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", "editProfile";
At line 80 changed one line
// People who have a cookie, but have not logged in can also view the groups that they are part of
// People who have a cookie, but have not logged in chave no additional capabilities, either
At line 83 removed one line
permission com.ecyrd.jspwiki.auth.permissions.GroupPermission "*:*", "view";
At line 90 changed 2 lines
// People who have actually logged in, can view the groups they are part of. All editing capabilities
// are defined at the group level - so nothing here by default.
// People who have actually logged in, can edit and create pages that begin with "Internal."
At line 92 added 2 lines
permission com.ecyrd.jspwiki.auth.permissions.PagePermission "*:Internal.*", "edit";
permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", "createPages";
At line 113 removed 4 lines
!auth.GroupPrincipal "Editor"
{{{
// **** EDITORS ****
// People in the group Editor have full abilities on Pages and the ability to create pages in the wiki
At line 118 removed 18 lines
grant principal com.ecyrd.jspwiki.auth.GroupPrincipal "Editor" {
permission com.ecyrd.jspwiki.auth.permissions.PagePermission "*:*", "modify,rename,delete";
permission com.ecyrd.jspwiki.auth.permissions.WikiPermission "*", "createPages";
};
}}}
!auth.GroupPrincipal "Employee"
{{{
// **** EMPLOYEE ****
// People in the group Employee have edit & comment abilities on Pages whose title starts with "Internal"
grant principal com.ecyrd.jspwiki.auth.GroupPrincipal "Employee" {
permission com.ecyrd.jspwiki.auth.permissions.PagePermission "*:Internal.*", "edit";
};
}}}
Note that those users who are tied to the Wiki Group '"Employee'' are able to edit pages, but only those that start with the word "Internal." in the title.
[{If var='loginstatus' contains 'authenticated'
At line 137 changed 4 lines
![Discussion|Edit:Internal.JSPWIKI.POLICY]
[{InsertPage page='Internal.JSPWIKI.POLICY' default='Click to create a new discussion page'}]
}]
![Notes|Edit:Internal.JSPWIKI.POLICY]
[{InsertPage page='Internal.JSPWIKI.POLICY' default='Click to create a new notes page'}]