Hi,I'm looking for a way to get a list of roles that are assigned to a page that my widget is on. BackgroundI have a widget that in one config is performing some filtering of other documents, in ...
Hi Guys,I have just been asked what kind of security does kentico have when communicating between the database and website and website and admin. How does it handle sercurity.The site is bound to a...
I wonder if anyone else has run into this problem. After upgrade the CMS screen lock works as normal if the lock time is set to about 10 minutes.However if screen lock is set to 20 minutes (what it...
I am trying to figure out how to get all the roles assigned to a page via the security (permissions) tab on the page. I do not see an API call that has that info.Here is the specific use case:We us...
Here's the scenario: We have many HTML5 videos (each video is a folder containing and HTML page and all the assets in subfolders to run an interactive video). I need to create a page with a repeate...
SameSite is an HTTP cookie header that provides a certain level of protection against Cross-site request forgery (CSRF) attacks by limiting where and how the cookies can be used. This article describes two methods of setting this header in Kentico.
Hi all,We have the below issue reported from our security team.When we enter the username @ password in CMS admin login form and submit, a POST request is sending to the CMSpages/Login.aspx page an...
HelloFor a form, when I set the autoresponder to 'do not send', I get an error when I try to insert a new record into the form. The logs report back that it was due to a invalid email address bein...
What would be the best way (area in Kentico) to validate a user password at point of registration against a list of known bad passwords i.e. a blacklist (.txt file) of passwords from historic data ...
Im trying to develop an encryption module for kentico forms to secure PII. I've been able to encrypt the data by creating an event handler on form submit, but am running into issues when I attempt...