Is there any way to modify the admin login screen in Kentico 11? I need to add another link, dynamically generated, and I cannot find any reference to this screen anywhere in the code or the development doc.
You can via ~/CMS/CMSPages/login.aspx and it's related code behind file. But I wouldn't typically recommend changing the core files, as upgrades / hotfixes can overwrite your customizations.
~/CMS/CMSPages/login.aspx
Please, sign in to be able to submit a new answer.