Ticket #206 (closed enhancement: done)

Opened 6 years ago

Last modified 6 years ago

Change VisiCAD login screen to use drop down box of student names

Reported by: jdalbey Owned by: jdalbey
Priority: High Milestone: May 2021 Training
Component: CAD Client Version:
Severity: Minor Keywords:
Cc:

Description

The intent is to allow the system operators to customize the login display for each training session with the names of participants in that training.

Change History

comment:1 Changed 6 years ago by jdalbey

  • Status changed from new to closed
  • Resolution set to done

Implemented in r532.

comment:2 Changed 6 years ago by jdalbey

  theClientGUI.login = new Login(cadClientProp.getProperty(PROPERTIES.STUDENT_NAMES_FILE.name).trim());

cal_client_config.properties
------------------------------
# File containing names of students to display in login screen
StudentNamesFile       = config/student_names.txt
Note: See TracTickets for help on using tickets.