How new users can register themself?

0
Hello, I have anonimous users enabled in the app, and a custom login page. I need o implement an option for the new users to register themself by filling several fields. I was searching on the forum, it was mentioned that I should create a custom form fom to store user data, and call a microflow that would use this data to create a user.   My question is, what should be the actions of this microflow so that it would create a new local user?  And is there any other faster approach (maybe some package or predefined logic) in Mendix for it? 
asked
1 answers
0

Maxim,

The Forgot Password module has sign functionality included.  See the documentation here:  https://docs.mendix.com/appstore/modules/forgot-password

Mike

answered