Anonymous User Account

0
Hello, I want create an account for anonymous user. could you guys help me how to do it with steps ? Thank you.
asked
4 answers
0

Hello ablikim

-first, you need to create entities

-Then Create login page and add login id box, password box and login button.

-create one registration page, add dataview with entity registration.

-then on registration page,go to save button and add one microflow.

 

 

-Then on security, create a module roles

-Create User roles

-set anonymous user

-And In navigation,

 

Hope It will help you!

Thank You

answered
1

Hi,

 

Please check this post on the forum

https://forum.mendix.com/link/questions/91611

You should first use non persistable entities for the user information and put this in the Account entity (name, password and userrole are always necessary to create an account)

 

answered
0

Use a signup page to get the details from the user and then create a object for  Administration.Account entity and then set the details such as fullname, username , password, role for creating a user account. 

answered
0

Thankyou So much Madhura Lendhe  its help alot

answered