Workarounds

From ReservesDirect: Open Source EReserves System

Here are a few Admin Hacks

Delete Users

We've never deleted a user so this was never added. But it pretty easy to delete from the database. I would suggest that you not delete instructors as doing so could destroy historical course data.

   #User data is in the users table.
   #Passwords are in the special_users table.
   #Class enrollment is in the access table.
   #Students many also have data in the hidden_reading table.