We just upgraded our site to version 11 from 10, in local and dev server when we go to / admin it worksNow we deployed same thing in QA environment and when we do /admin it asks to login with popup...
I'm using Kentico v11.0.48 and when I set up my live site I didn't have these problems. Now every time when I log in as admin it keeps logging me out. I've managed to look into the CMS_EventLog tab...
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...
Hey Everyone,We are moving over to Kentico 12 and I have some pretty basic questions. Sorry if this seems super obivous, I'm just very new and trying to learn about the platform. I'm going through ...
I'm trying to get tax processing to be reflected during the ordering process. I am only working in the Kentico Admin area for now and it does not appear to work as expected. I've made a quick video...
We found some users have the last sign-in date earlier than the created date. There's no custom code which modifies the two fields so what could be the reasons which causes this issue?
Hello,We have a site which is currently running on 8.1. For quite a while, the quick access buttons on admin dashboard are not loading only with the blank placeholder. no errors in the console and ...
Hi guys, I'm new on Kentico and I have a problem with @Use SSL for administration interface@:I want to force the admin of kentico 8 to use https, so I followed instructions in this site:Configuring...
Hi all,I was wondering; does Kentico add a class to the html- or body-tag when the admin-bar is visible? Don't see any difference when the bar is or isn't displayed, so I guess not...The reason for...
Hi,(version 8.0)I have some code in a request handler that I only want to run on the LIVE site, not the ADMIN site. I check @SiteContext.CurrentSiteName@ to make sure it's set to @my_site_name@. An...