There is a simple Admin.jsp, so you should point your browser at something like http://localhost:8080/JSPWiki/admin/Admin.jsp For security reasons this has been disabled by default, you have to stick the following in jspwiki.properties and recycle the container :
jspwiki-x.adminui.enable=true regards, Harry 2010/1/25 Robert FORBES <[email protected]> > I could not find any means to see what Users have signed up for my wiki > (2.8.3). I can see the groups, but I don't know how to determine the user > names for inclusion in their groups (other than opening the > UserDataBase.xml file) > > Is there any other mechanism? > > Robert > >
