---
title: User-facing windows
description: If you modified any Velocity templates for user-facing windows, to preserve the customized user experience, some of your custom changes must be migrated manually to the new installation manually for each server node.
component: pingfederate
version: 13.1
page_id: pingfederate:upgrading_pingfederate:pf_user_facing_windows
canonical_url: https://docs.pingidentity.com/pingfederate/13.1/upgrading_pingfederate/pf_user_facing_windows.html
llms_txt: https://docs.pingidentity.com/pingfederate/llms.txt
docs_for_agents: https://developer.pingidentity.com/build-with-ai/docs-for-agents.md
revdate: July 5, 2022
---

# User-facing windows

If you modified any Velocity templates for user-facing windows, to preserve the customized user experience, some of your custom changes must be migrated manually to the new installation manually for each server node.

The templates are located in the `<pf_install>/pingfederate/server/default/conf/template` directory.

As of PingFederate 11.0, the Upgrade Utility migrates your modified Velocity HTML templates to the new installation. The default templates in the new installation that correspond to the modified templates are renamed with the following format: `<template_name>-default-<PF-version>.<ext>`.

|   |                                                                                                                                                                                                                                                                                                                                                                                                                                           |
| - | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|   | Supporting CSS and image file names changed as of PingFederate 7.0. For each modified HTML template copied, add `.1` to the base name for each CSS file referenced in the header, for example, `<link rel="…​" href="assets/css/window.1.css"/>`.Add `.1` to any references in the copied templates to the installed image files contained in the `assets/images` directory, for example, `<img src="assets/images/green_check.1.png"/>`. |
