Override user/account.yaml

Hi there,

I would like to add additional fields to the user accounts, but does not exactly know how to achieve this so it would be also available in the admin panel.

I tried adding an account.yaml file to the theme blueprint but that does nothing. Adding the file in user/blueprints/user I get an Exception Maximum function nesting level of '200' reached, aborting!.

Can anyone tell me how to properly add fields to the user account in admin panel?

Cheers, Niklas

Found out I had to user system://blueprints/user for context. Otherwise the ResourceLocator calls the same file over and over again.

What did your final blueprint look like? Where did you put it?