Approving Login Requests

0
I have created a login page and a register page using one entity. Now I want to add a feature to it as whenever a new user registers his/her data, he need to wait to login until admin approves it. I need suggestions on how to do so.
asked
1 answers
1

Hey Karan, 

You can achieve this by implimenting  workflow.

this way you will easily be able to do it.

 

for workflows, you can refer to this link

https://docs.mendix.com/refguide/workflows/

 

Hope it helps!

 

answered