with that fix it works a lot better :-) I pushed that version to https://jspwiki-wiki.apache.org
thanks, Harry On 25 February 2018 at 19:36, Dirk Frederickx <dirk.frederi...@gmail.com> wrote: > Harry, > > Tx for pointing out. I've pushed a quick fix. > > > I've been working on integrating the Admin Pages (currently stand-alone > html page) into the UI of JSPWiki/Haddock. > > When you are logged in as ADMIN, additional TABs would show up in the > UserPreferences : > - Users : user-management (view, add, remove users) > - Admin : an overview of installed plugins, search managers, editors, > filters => pretty basic for now > - Security : a view on your security configuration > > > > dirk > > > > On Sun, Feb 25, 2018 at 2:04 PM, Harry Metske <harry.met...@gmail.com> > wrote: > > > this looks a javascript bug at > > https://github.com/apache/jspwiki/blob/master/jspwiki- > > war/src/main/webapp/templates/haddock/admin/UserManagement.jsp#L39 > > > > > > The error showed on the JavaScript console : > > > > [Error] TypeError: $('userid').getValue is not a function. (In > > '$('userid').getValue()', '$('userid').getValue' is undefined) > > refreshUserInfo (Admin.jsp:337) > > onchange (Admin.jsp:372) > > > > Anyone else? > > > > cheers, > > Harry > > > > > > On 21 February 2018 at 19:14, Luke Johnson <luke.john...@maines.net> > > wrote: > > > > > Hi, just upgraded from 2.8.3 to 2.10.3. Hit a couple snags, but mostly > > > went smooth. Following issue has me stumped. > > > > > > > > > > > > I can create users, and delete users. I cannot edit users. This applies > > > for users both from before and after the upgrade. All user attributes > > show > > > up as ‘undefined’ and if I try and save any changes, I get “I could not > > > find user profile undefined”. All old users are still able to login > with > > > their old 2.8.3 passwords just fine. > > > > > > > > > > > > Any thoughts? > > > > > > > > > > > > > > >