From 0dc2b855ce1a4eb78523ab38b8c4c7d38a1dfd44 Mon Sep 17 00:00:00 2001 From: lha-projects Date: Mon, 2 Jun 2025 10:44:35 -0400 Subject: [PATCH] Update the-licensing-model.md Added restart recommendation --- 15/umbraco-forms/installation/the-licensing-model.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/15/umbraco-forms/installation/the-licensing-model.md b/15/umbraco-forms/installation/the-licensing-model.md index 5284bc59a67..dfbef439635 100644 --- a/15/umbraco-forms/installation/the-licensing-model.md +++ b/15/umbraco-forms/installation/the-licensing-model.md @@ -82,7 +82,7 @@ Once you've configured your license with the correct domains, you are ready to i 1. Download your license from your Umbraco.com account - this will give you a `.lic` file 2. Place the file in the `/umbraco/Licenses` directory in your Umbraco installation -The `.lic` file must be placed in the `/umbraco/Licenses` directory to be registered by Umbraco Forms. If the file isn't placed correctly, the application will automatically switch to trial mode. +The `.lic` file must be placed in the `/umbraco/Licenses` directory to be registered by Umbraco Forms. If the file isn't placed correctly, the application will automatically switch to trial mode. It is also recommended to restart your site after you have added the license file. ### Multiple license files @@ -129,4 +129,4 @@ Apply the following configuration with the appropriate algorithm - `DES` (the de "Licensing": { "LicenseEncodeAndDecodeAlgorithm": "DES|TripleDES|AES" }, -`````` \ No newline at end of file +``````