Yes, just create an anonymous accessible home form. That is the way we do it in MxID, the Appstore etcetera.
Uhhhh
set security to allow for anonymus access (guest user) from your "homeform" use the login widget to allow people to login as usual create a New User Button that can ONLY be used by the guest user and use the Wizard Format to lead a new user through registration
or something like that ?
Basically i'm trying to manipulate the login form. Because this is not a form in mendix, we have to do additional things like
mx.session.isGuest()
and deeplinking. Very new stuff to and I think it's a better way to set the login functionality in a mendix form. Because we could change our form with microflows and so on. Is there some way to do this?