Mike Skutta Blog

How to Quickly Determine License Information in Sitecore 8

2016-06-23
Mike Skutta

Overview

The Sitecore 8 login screen has a new look and feel, and by default, no longer contains the license information.

Sitecore Login

Sitecore does provide a way to enable the display of the license information by modifying the following setting:

<setting name=”Login.DisableLicenseInfo” value=”true” /> (Please see Sitecore 8, help where’s my license information? for further information on this approach.)

This requires access to the server in order to change the setting, which is not always possible. However, there is actually a quicker way to determine the license information.

Quick Way

The license information is present in the HTML source of the page. By default, the display of this information is set to none.

To view the license info, simply view the source of the page. In most browsers, you can view the source of the page by right clicking and selecting View Page Source. In the source, do a search for “license.” You will find the following:

Source


Similar Posts

Comments