By default, Booked requires users to register and authenticate before being able to book resources. Booked does allow users to book resources without needing to register.
Steps to allow guest bookings #
- In Application Configuration, set
view.schedules
andallow.guest.reservations
to true. - In Resource Management, set Allow Public Access to true for each resource that guests should be allowed to book.
On the login page of Booked, there will now be menu options for viewing the schedule. Guests will be able to directly browse and book reservations on all enabled resources.