Describe the bug
Can't see the username in the admin panel, and hence cannot access the user object in the same (for new users).
To Reproduce
Steps to reproduce the behaviour:
Go to localhost:8000/admin
Scroll down to the users app section
Click on 'Users'
Expected behaviour
It's expected to see some kind of a user identifier, so as to identify the user and also click on the same to access the entire obejct (the user's details).
Additional context
This is due to the fact that we generate blank usernames for new users. We could display the email of the users to avoid this.
Describe the bug Can't see the username in the admin panel, and hence cannot access the user object in the same (for new users).
To Reproduce Steps to reproduce the behaviour:
users
app sectionExpected behaviour It's expected to see some kind of a user identifier, so as to identify the user and also click on the same to access the entire obejct (the user's details).
Additional context This is due to the fact that we generate blank usernames for new users. We could display the email of the users to avoid this.