---
title: "Xerox iMFP 2.9.8 and Versalink devices do not display the Login Text and Title on the display.."
slug: "xerox-imfp-298-and-versalink-devices-do-not-display-the-login-text-and-title-on-the-display"
updated: 2024-04-18T10:28:08Z
published: 2024-04-18T10:28:08Z
canonical: "kb.pharos.com/xerox-imfp-298-and-versalink-devices-do-not-display-the-login-text-and-title-on-the-display"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://kb.pharos.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Xerox iMFP 2.9.8 and Versalink devices do not display the Login Text and Title on the display..

### **Environment:**

Pharos Xerox iMFP 2.9.8 Xerox VersaLink device models

### **Problem:**

When managing a Xerox VersaLink device using our Pharos Xerox iMFP 2.9.8 application the lock screen shows like below with no title text or message text on it.

---

### **Workaround:**

The workaround is to remove two lines from the config file called "adminUser.config" which is located in the directory on the server in this location "C:\Program Files (x86)\PharosSystems\Pharos iMFP for Xerox\Config\App_Data". Locate the configuration file and remove the two lines below.

```plaintext
<add key="hideTitle" value="false" />
<add key="hideText" value="false" />
```

After removing the above two lines the config file will look like this:

```plaintext
<mcAdminUser file="">
  <clear />
  <add key="username" value="admin" />
  <add key="encryptPassword" value="true" />
</mcAdminUser>
```

Lastly restart IIS then using the Xerox iMFP Web Console application select the device then use the Uninstall button then the Install to manage the device again and the text on the screen will be present.
