register and sign in

0
hello. I have been stuck on this issue for awhile already. I am trying to allow new user to register and directly be logged into the page instead of them having to login again after registering.  I have tried using the forgot password module’s java action but it did not work. Is there other ways for this to work?  If it is okay, can you show me a picture of yours if u managed to work out on your mendix. Thank you so much in advance !!
asked
1 answers
6

Hi Kwee,

If it’s during the application registration that means the password that the user entered is still in the non-persistable entity of the registration, it means you can use a nanoflow, and inside of the call the sign-in activity from the Nanoflow Commons https://docs.mendix.com/appstore/modules/nanoflow-commons  module from the marketplace, you need to pass it the registered user and the password entered by the user during his registration 
 

 

Thanks,

Nour

answered