Ticket #206 (closed enhancement: done)
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: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.

Implemented in r532.