Use Case 8 Create User from Admin - lkacoy/webdev-cs5610-project GitHub Wiki
Log in as an admin (credentials: admin/admin). This will redirect you to the Profile page. At the bottom of the profile page, you will see a link titled "Admin". Click this link. This will navigate you to the Admin Console. The Admin Console will have a table displaying the list of users.
The first row of this table will have a bunch empty text cells in each column. The last table cell (under Actions) will have a green button labeled "Create User". Enter in some text into each of the fields. Click "Create User". This will submit the user to the database. When the document is created, a response will be sent back to the user and if successful, an alert box will appear to confirm that the creation succeeded. If the username already exists in the database, an alert will appear to notify the admin that the username already exists in the database.