Username field

0
Hello, if I want to log in, I just have to enter my first name. I would like to be registered with the email address. I don't know where I made the mistake and where I can change it.
asked
1 answers
0

If you are using Administration.Account you can see it is specialized entity of System.User

- Account has Email, FullName, isLocalUser

- System.User has other fields that will be saved for the User. Like name(username), password etc

- When you save the user, ensure you set proper values for name(username). 

answered