As Martin says, put a breakpoint in to help figure out what you've missed. See [1] or [2] for how to run your app from the IDE.
[1] http://isis.apache.org/intro/getting-started/ide/eclipse.html [2] http://isis.apache.org/intro/getting-started/ide/intellij.html On 13 February 2015 at 17:33, James Agada <[email protected]> wrote: > I have isis-module-security in the class path. I can log as security admin > and create users. I do not understand what I have to do with > org.isisaddons.module.security.webapp.AppUserRegistrationService . There is > no link at all to register or reset password. > > On Feb 13, 2015, at 4:04 PM, Martin Grigorov <[email protected]> > wrote: > > > > Hi, > > > > Put a breakpoint > > at > org.apache.isis.viewer.wicket.ui.pages.login.IsisSignInPanel#setVisibilityAllowedBasedOnAvailableServices > > and see why it returns false. > >
