Overview

Every person who needs to log in to classroombookings should have their own user account. Each user is uniquely identified by a username and a password. Passwords are stored in the database using a secure hashed format.

User Types

There are currently only two types of users, the differences being described below.

  • Administrator:
    • Can do anything.
  • Teacher:
    • Can only view bookable rooms.
    • Can only create single bookings.
    • Bookings can only be created up to the "Booking in advance" setting.
    • No access to management pages.