Aucune description

Adam Day d0c3c8758a Adjusted the system to use a different DB for the schedule email reminders. Also working on methods to prevent the DB locking issue. il y a 2 ans
emailtool e3cb635d4f Initial commit il y a 2 ans
static 2d0cbf0039 Correcting logic errors in the schedules and other parts of the application. il y a 2 ans
templates d0c3c8758a Adjusted the system to use a different DB for the schedule email reminders. Also working on methods to prevent the DB locking issue. il y a 2 ans
uploads e9d4547d01 Added Admin and ILS user management. Still need to create edit forms. il y a 2 ans
.gitignore c5ba9e2a74 Reordered code to handle initial setup appropriately. il y a 2 ans
LICENSE b5ad6aebbc Cleaned up the starting process for the application. il y a 2 ans
README.md b5ad6aebbc Cleaned up the starting process for the application. il y a 2 ans
app.py d0c3c8758a Adjusted the system to use a different DB for the schedule email reminders. Also working on methods to prevent the DB locking issue. il y a 2 ans
requirements.txt dac56d7661 Added DB and table creation. Started working on getting the functionality working. il y a 2 ans

README.md

ILS Password Management Tool

This tool is a self-contained web application that allows users to manage their ILS password reset notifications. It is designed to be used by the Lynx Library staff. It is not designed to be used by the general public.

Usage

Start the application on any Windows system connected to the network.

Initial Setup

  • Start the application
  • In a web browser navigation to the admin panel: http://<system name or IP>>:<port>>/admin
  • Admin username and password is 'admin' and 'admin'
  • Reset the default admin password.
  • Create new user accounts for the staff.
  • Close the application

License

This tool is licensed under the MIT license. See the LICENSE file for more information.