Making an account and linking it with a Company

0
This is what I have so far: https://modelshare.mendix.com/models/5c48a99e-196e-4e93-a7c4-135584ff3a3e/save-new-account When I save the entered values it says that my password entry cannot be empty but I already filled it in. I am trying to make an account as administrator and also add the company to the account so that when they log in they have their data already entered.
asked
1 answers
0

I'm trying to understand where the "password entry cannot be empty" message is coming from. I'm guessing it's happening when you try to change and commit the Account entity.

This would indicate that you are somehow setting the Account entity's password to an empty password string. Read up on the debugger to learn to set a breakpoint and inspect your attribute values.

answered