User management wireframe
Should contain
- A keyword filtering box:
- Works with emails, username, first name, last name, etc. all relevant fields; use django-filters in DRF for this
- A table of users, sign up date, email, etc. probably limited to the first 50 results
- I don't think pagination will be required
Questions
- What do we need this for? We haven't had to "ban" anyone from Codalab v1.5, what user management should we need really?