Unknown user when trying to login

0
Hi guys, I'm making an application in which users have to register via a registration form and then login. For that I have built a microflow and the values are passed properly between the actions. I commit the ‘new user’ to the database, but when I try to login, the debugger notifies me that the ‘user’ is unkown. Anyone any ideas how to fix this?
asked
3 answers
0

Hi Derek,

The User entity is not generalize from System.User right? If you want to create user in Mendix application you must be generalize System.User to the entity.

Generalization 

 

answered
1

You do not assign a user role to the new User, and thus user cannot login.

answered
0

Hi Derek,

You can reuse this microflow NewAccount in account module

answered