Symptoms
User would like to change the default client/name/department that shows up in the UI login screen.
Have the user go into their UserInterface/bin folder and edit the "login_dat.xml" file. The following is an example of a login_dat.xml" file that has client 100 showing up by default.
################################################################
<?xml version="1.0" encoding="ISO-8859-15" standalone="no"?>
<login>
<default>
<login src="adm">
<system>Universal Support</system>
<client>100</client> <<<<<<<<<<<<<<<<<<<Edit the number here to reflect the default client. Do the same in the bottom section of the file.
<name>SHM</name> <<<<<<<<<<<<<<<<<<<Edit the name here to reflect the default user. Do the same in the bottom section of the file.
<department>SUPPORT</department> <<<<<<<<<<<<<<<<<<<Edit the name here to reflect the default department. Do the same in the bottom section of the file.
<passw/>
<language>E</language>
<clienttype>D</clienttype>
<clientvers>9.00A402-991</clientvers>
<os/>
<hostname>NB6756</hostname>
<color>color:241,178,14</color>
<fontsize>11</fontsize>
</login>
</default>
<user-shm-Template>
<login src="adm">
<system>Universal Support</system>
<client>100</client> <<<<<<<<<<<<<<<<<<<Edit the number here to reflect the default client.
<name>SHM</name> <<<<<<<<<<<<<<<<<<<Edit the name here to reflect the default user.
<department>SUPPORT</department> <<<<<<<<<<<<<<<<<<<Edit the name here to reflect the default department.
<passw/>
<language>E</language>
<clienttype>D</clienttype>
<clientvers>9.00A402-991</clientvers>
<os/>
<hostname>NB6756</hostname>
<color>color:241,178,14</color>
<fontsize>11</fontsize>
<laf>bold</laf>
<FontSize>11</FontSize>
</login>
</user-shm-Template>
</login>
################################################################