AdminPages

Overview#

There are 2 special admin pages:

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:

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.

AdminPages/JSPWiki_Security.PNG


Category.Documentation