I have written a replacement logon page for the Servoy logon page. In my
match the look and feel of the application, and add the ability to handle
forgotton passwords without requiring the user to logon. I was able to
integrate this by disabling “Solution login required” in tools->security, and
setting my replacement form as the first form in the file->solution settings.
I am able to validate the users password using the security method
security.checkPassword. However, I do not seem to be able to
show the user as logged in.
Does anyone know how I can tell Servoy that the user is logged in from
within the programmatic context of my logon method?