IEEE-VIT / enigma7-backend

Code repository for the backend of Enigma 7.0
https://enigma-api.ieeevit.org
MIT License
3 stars 0 forks source link

Can't see and access user in the admin panel. #16

Closed aryan9600 closed 4 years ago

aryan9600 commented 4 years ago

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:

  1. Go to localhost:8000/admin
  2. Scroll down to the users app section
  3. 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.