I'm using ABP v 10.0.3 , Blazor Web Assembly project
Hi ABP Team,
I am working with the registration flow and I would like to simplify the user experience.
Goal: I want to remove the "User name" field from the registration form (as shown in the attached image) and only require Email address and Password.
Requirements:
The registration form should no longer display or require the "User name" input.
The system should automatically set the UserName to be the same as the Email during the registration process.
Validation should still work correctly (ensuring the email is unique).