charwking / movie-club

A web app for running a work movie club
MIT License
3 stars 5 forks source link

Adds user management page #60

Closed charwking closed 9 years ago

charwking commented 9 years ago

This adds a very simple user management page to /admin/user-management that lets an admin delete users. This was mostly to help me clean up all the test users I was creating. It doesn't completely delete them, due to some firebase limitations, but deletes the extra data we store anytime a user registers.

This left to do: