Security fix in Optimizely CMS 11

If your organization uses Optimizely CMS 11, it's a good idea to update to the most recent version. The EPiServer.CMS.UI package, a core component of Optimizely CMS 11, has been identified to contain a high-severity security vulnerability. This flaw is linked to the Microsoft.AspNet.Identity.Owin package, which is utilized within the CMS for identity management. Issue … Continue reading Security fix in Optimizely CMS 11

Programmatically updating Episerver Forms Validators

If a requirement comes your way to programmatically update the validators that are present on your Episerver Forms element(s), the snippets below will help! Validators are registered in a slightly peculiarly way - it's a single string property, which contains a delimited list of the validator type names: The delimiter does have a strongly-typed constant … Continue reading Programmatically updating Episerver Forms Validators