Use Case 11 Delete Users with Admin - lkacoy/webdev-cs5610-project GitHub Wiki

Log in as an admin (credentials: admin/admin). This will navigate you to the Profile page. At the bottom of the Profile page is a link titled "Admin". Click this link to be navigated to the "Admin Console" page. On this page, you will see a table displaying the list of all users. Each table row has an "Actions" column with a red "Delete" button. Click this button on any user. You will be asked to confirm if you really want to delete this user. Click "OK". You will receive an alert when the user has been deleted and the page will reload to display the new list of users (excluding the one you just deleted).