Auto login after account creation

0
Hi all   In my program I can register a new account and I was wondering if there was a way to let the program automatically login as the account you just created and therefore show the page that belongs to the user.   Thanks.
asked
1 answers
2

In the NanoflowCommons module, there is a Javascript action called ‘SignIn’. If you create the new account in a nanoflow, you should be able to use this action to sign in the user in the same flow where the account is committed.

answered