How do I customize the sign_up page for Users when using Ash Authentication?

Hi,

I’ve added first_name and last_name to Account.Users´s attributes.
Then I ran mix ash_postgres.generate_migrations --name add-name-to-users && mix ecto.migrate
A custom :create function that accepts these new attributes is also added.

So far so good, but which view-files should I update to allow new registrations to enter their name? Do we have a /settings page where users can update existing name?

Cheers,
Martin