Sign in through microflow

0
Hello Mendixians, I am building an app for interview candidates to take their written test. I wanted to register their account on the application and upon successful registration I have to login them automatically without needing of sign in page. Is it possible? If so can someone help me? I wanted to store their profiles in account entity. so that i can track their results against them and check if they are again taking the exam with in next 3 months. Thanks, Swamy
asked
1 answers
0

Hi 

Yes it is possible 

Check out ForgotPassword module. 

Here are the steps:

  1. First you need to create user account with the credentials you get from registration page 
  2. use ForgotPassword.SignIn Java action
  3. Show ForgotPassword.RedirectPage page , which will redirect to home page of the logged in user.

 

answered