bryanmehsmith / espaza

0 stars 0 forks source link

As an admin user, I want to be able to view the user management page, so that I can delete users #65

Closed bryanmehsmith closed 2 months ago

bryanmehsmith commented 2 months ago

User Acceptance Test: Given that the admin user has logged and accessed the internal site When they click on the user management button Then they should gain access to the user management page and be able to delete users

API needs DELETE user implementation

GimbiyaSa commented 2 months ago

@bryanmehsmith I've added the delete button.