Change label associated with patron identifiers used to login to WebVoyage
- Product: Voyager
- Relevant for Installation Type: Multi-Tenant Direct, Dedicated-Direct, Local, TotalCare
Question
How to change the label associated with a patron identifier such as "Barcode" in the patron request form?
Answer
The labels associated with patron login types that show in patron request forms, such as the Hold form, are configured in the loginType section of the webvoyage.properties file.
- cd /m1/voyager/xxxdb/tomcat/vwebv/context/vwebv/ui/
- Open webvoyage.properties for editing
- Search for page.logIn.loginType
- Edit the line associated with the loginType label you want to change.
For example to change "Barcode" to "Patron Barcode":
page.logIn.loginType.barcode.order=1
page.logIn.loginType.barcode.text=Patron Barcode
page.logIn.loginType.instId.order=2
page.logIn.loginType.instId.text=Institution Id
page.logIn.loginType.ssn.order=3
page.logIn.loginType.ssn.text=Social Security Number
page.logIn.lastName=Last Name:
page.logIn.logIn.label=Log in
page.logIn.homeLibrary.label=Home Library
page.logIn.defaultCluster=
page.logIn.briefId.label=ID Number
This will change the label on both the Log In screen and Patron Request Forms.
Additional Information
See also: Change which patron identifiers are used to log in to WebVoyage
- Article last edited: 20-Aug-2020