Create a registration page for new users

1
Hi,  i dont get how to create a page where new users with the anonymous role can register themselves. I created a registration page which can  be accessed by anonymous users. But how do i create a “confirm password” field on this page? How is that validated? Did not findy any helpful information in any course.   Thanks for the help in advance.   Best regards  Nikita
asked
3 answers
0

Hello, 

Basically you just have to re create the account_new page (in the administration module). There you will see that the entity AccountPasswordData is used. Then the save microflow set the password to the account entity. 

answered
0

This is the page I was talking you about.

answered
0

Hi,

So in your Form create a new Button “Change Password” and call the follow Microflow below.

If you are using the Mendix Studio Pro try to find in the App Explorer the “ShowPasswordForm” Microflow:

and call it in your button.

this microflow will do the follow steps:

I hope it can help you.

BR

answered