How to change the MediaBeacon login box to prompt for an email address instead of a username.
Procedure
Insert the following verbiage into the customTranslations.properties file located in the Appdata/Local/MediaBeacon folder.
password=Password
username=E-mail Address
Once in place, restart MediaBeacon.
If using a webhead, create the path “C:\Users\<Windows OS account that runs Tomcat>\AppData\Local\MediaBeacon” and place the ‘customTranslations.properties’ file in there as well.
The Tomcat Windows service might need to be reconfigured to not run as ‘Local System’ - but instead as a standard ‘Administrator’ type Windows OS account.
If using other languages, the associated property would be as follows:
German: customTranslations_de.properties
Spanish: customTranslations_es.properties
French: customTranslations_fr.properties
Italian: customTranslations_it.properties
Japanese: customTranslations_ja.properties
Portuguese: customTranslations_pt_br.properties
Chinese: customTranslations_zh.properties
Taiwanese: customTranslations_zh_tw.properties
The end users should now see the login screen that prompts for E-Mail Address, as shown above. If old values persist, instruct users to clear their browser cache.