Açıklama Yok

Adam Day 432f6663f4 Updated Readme with migration instructions. 2 yıl önce
emailtool e3cb635d4f Initial commit 2 yıl önce
static 2d0cbf0039 Correcting logic errors in the schedules and other parts of the application. 2 yıl önce
templates 9059f02448 Added an email settings test button and functionality. 2 yıl önce
uploads e9d4547d01 Added Admin and ILS user management. Still need to create edit forms. 2 yıl önce
.gitignore c5ba9e2a74 Reordered code to handle initial setup appropriately. 2 yıl önce
LICENSE b5ad6aebbc Cleaned up the starting process for the application. 2 yıl önce
README.md 432f6663f4 Updated Readme with migration instructions. 2 yıl önce
app.py 9059f02448 Added an email settings test button and functionality. 2 yıl önce
requirements.txt dac56d7661 Added DB and table creation. Started working on getting the functionality working. 2 yıl önce

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.

Data Migration Process

Download the new version of the tool and extract it to it's own directory.

  1. Close the tool if it's running.
  2. Open a file manager and navigate to the old version directory.
  3. Inside the "app" directory, move "app.db" and "schedule.db" to the app directory of the new tool.