Hello,

I'm trying to determine how to remove the "remember me" feature from the
Wicket viewer login page. By default the WicketSignInPage class enables
this feature as it uses the single parameter parent constructor, which in
turn uses the single parameter constructor of the SignInPanel class.

One option would be to extend WicketSignInPage to use the SignInPanel(id,
includeRememberMe) constructor that disables this feature, but
WicketSignInPage is marked as final and cannot be extended.

Another option is to extend SignInPage and do the same, but then the
functionality in WicketSignInPage either has to be duplicated or is lost.

Are there other options I'm missing? I looked for a configuration option
but couldn't find it. I appreciate any help.

Thanks,
Duncan

Reply via email to