This page (revision-1) was last changed on 29-Nov-2024 16:16 by UnknownAuthor

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

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 1 added 36 lines
[{TableOfContents}]
!Overview
There are 2 special admin pages:
* <wikiurl>/admin/Admin.jsp
* <wikiurl>/admin/SecurityConfig.jsp
See also: [Wiki.Admin.Security]
!Configurations
To enable these you need to add the following to your jspwiki-custom.properties file.
{{{
# Special Admin Pages
jspwiki-x.adminui.enable=true
jspwiki-x.securityconfig.enable=true
}}}
!Admin.jsp
The Admin page provides a list of special tabs that allow for admin of the following areas:
* Core (shows number of pages)
* Users
* Groups
* Editors
* Filters
[https://jspwiki-wiki.apache.org/attach/AdminPages/JSPWiki_Admin.PNG]
!SecurityConfig.jsp
"This page examines JSPWiki's security configuration and tries to determine if it is working the way it should."
A special page that allows visibility into user, group and ACL configuration in the current wiki.
[https://jspwiki-wiki.apache.org/attach/AdminPages/JSPWiki_Security.PNG]
----
[Category.Documentation]