Hi,
I am following an MS article to change our OWA login page:
http://technet.microsoft.com/en-us/library/ee914625.aspx
To change the text for the user name input in the standard logon page-
Open the strings.txt file in the appropriate language folder in the nls directory.
-
Find the string matching the placeholder
@@L_username_ text
. The string appears in the strings.txt file as:L_UserName_Text="Domain\User name:"
. -
Change the text string to
L_UserName_Text="Alias:"
. -
Save the strings.txt file. When the HTML form is generated, the new value of
@@L_username_text
will be displayed in the form. -
Restart the Microsoft Firewall service for the changes to take effect.
I have changed the strings.txt file and in my case need the text L_UserName_Text="User name:"
without the Domain\
Even though i changed the strings.txt file located here : \%Forefront TMG Installation Directory%\Templates\CookieAuthTemplates\Exchange and restarted the firewall service the OWA logon page still shows Domain\Username