how to associate appmodule.user to administration.account?

0
Hello everyone, I have a problem. I have a user entity in my domain model and obviously the account entity in the default mendix administration module. Now I have connected these two entities with a 1:1 relationship to make sure that when I create an account I also create a user. I have FullName in the account entity fields, but I don’t have this attribute in the user. Would it be correct to give a full name attribute to the user calculated based on that of the account or would I have a duplication of data in the db? Thank you in advance
asked
0 answers