Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
7 changes: 4 additions & 3 deletions Content/WebApp/Config/DataProtection.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,10 @@ IWebHostEnvironment environment
// if you move an app to different hosting and the keys change then you would have
// to update those settings again from the Administration UI

// for IIS hosting you should use a powershell script to create a keyring in the registry
// per application pool and use a different application pool per app
// https://docs.microsoft.com/en-us/aspnet/core/publishing/iis#data-protection
// For modern IIS hosting, the default location of keys is now within the file system of the Application Pool user:
// "C:\Users\[your-app-pool-name]\AppData\Local\ASP.NET\DataProtection-Keys\*.xml
// You should use a different application pool per app.
// See also:
// https://docs.microsoft.com/en-us/aspnet/core/security/data-protection/configuration/overview?tabs=aspnetcore2x
if (environment.IsProduction())
{
Expand Down
12 changes: 12 additions & 0 deletions Content/WebApp/GlobalResources/CloudscribeCore.cy.resx
Original file line number Diff line number Diff line change
Expand Up @@ -2240,4 +2240,16 @@
<data name="Please wait while the application restarts..." xml:space="preserve">
<value>Arhoswch tra bod y rhaglen yn ailgychwyn...</value>
</data>
<data name="Update failed - please see the validation errors below." xml:space="preserve">
<value>Methwyd diweddaru - gweler y gwallau dilysu isod.</value>
</data>
<data name="Display Name is already in use by another user." xml:space="preserve">
<value>Mae'r Enw Arddangos eisoes yn cael ei ddefnyddio gan ddefnyddiwr arall.</value>
</data>
<data name="Display Name cannot contain HTML, script tags, or executable content." xml:space="preserve">
<value>Ni all Enw Arddangos gynnwys HTML, tagiau sgript, na chynnwys gweithredadwy.</value>
</data>
<data name="Display Name must be 100 characters or fewer." xml:space="preserve">
<value>Rhaid i Enw Arddangos fod yn 100 nod neu lai.</value>
</data>
</root>
12 changes: 12 additions & 0 deletions Content/WebApp/GlobalResources/CloudscribeCore.en-GB.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1886,4 +1886,16 @@
<data name="Please wait while the application restarts..." xml:space="preserve">
<value>Please wait while the application restarts...</value>
</data>
<data name="Update failed - please see the validation errors below." xml:space="preserve">
<value>Update failed - please see the validation errors below.</value>
</data>
<data name="Display Name is already in use by another user." xml:space="preserve">
<value>Display Name is already in use by another user.</value>
</data>
<data name="Display Name cannot contain HTML, script tags, or executable content." xml:space="preserve">
<value>Display Name cannot contain HTML, script tags, or executable content.</value>
</data>
<data name="Display Name must be 100 characters or fewer." xml:space="preserve">
<value>Display Name must be 100 characters or fewer.</value>
</data>
</root>
12 changes: 12 additions & 0 deletions Content/WebApp/GlobalResources/CloudscribeCore.en-US.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1858,4 +1858,16 @@
<data name="Please wait while the application restarts..." xml:space="preserve">
<value>Please wait while the application restarts...</value>
</data>
<data name="Update failed - please see the validation errors below." xml:space="preserve">
<value>Update failed - please see the validation errors below.</value>
</data>
<data name="Display Name is already in use by another user." xml:space="preserve">
<value>Display Name is already in use by another user.</value>
</data>
<data name="Display Name cannot contain HTML, script tags, or executable content." xml:space="preserve">
<value>Display Name cannot contain HTML, script tags, or executable content.</value>
</data>
<data name="Display Name must be 100 characters or fewer." xml:space="preserve">
<value>Display Name must be 100 characters or fewer.</value>
</data>
</root>
12 changes: 12 additions & 0 deletions Content/WebApp/GlobalResources/CloudscribeCore.resx
Original file line number Diff line number Diff line change
Expand Up @@ -1946,4 +1946,16 @@
<data name="Please wait while the application restarts..." xml:space="preserve">
<value>Please wait while the application restarts...</value>
</data>
<data name="Update failed - please see the validation errors below." xml:space="preserve">
<value>Update failed - please see the validation errors below.</value>
</data>
<data name="Display Name is already in use by another user." xml:space="preserve">
<value>Display Name is already in use by another user.</value>
</data>
<data name="Display Name cannot contain HTML, script tags, or executable content." xml:space="preserve">
<value>Display Name cannot contain HTML, script tags, or executable content.</value>
</data>
<data name="Display Name must be 100 characters or fewer." xml:space="preserve">
<value>Display Name must be 100 characters or fewer.</value>
</data>
</root>
Loading