About user name generalisation from user entity to other entity

0
I can’t write a user name that inheritance from the user entity as anonymous when I try to register
asked
1 answers
1

you should create a non persitable entity, with a name attribute. then you display that object on the registration process, on save, inside the microflow you create the object account (or user) with the name of the non persitable entity

answered