Add better support for customising backoffice login screen. #15779
shropgov-neil
started this conversation in
Features and ideas
Replies: 1 comment 3 replies
-
Probably not the right solution, but you can add a copy of this file in /umbraco/UmbracoLogin/Index.cshtml, and then it will override the built in one. Then you can do all your modifications there - with the caveat, that you need to merge in future changes manually. Besides that, maybe we can improve the built in login screen? Better accessibility sounds like something that all would benefit from eg. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
The support for customising the backoffice login screen is very limited, as documented.
It appears that any CSS beyond the explictly documented variables is either removed or intentionally overriden, which stops any additional customisation such as tweaks to meet the WCAG 2.1 recomendations, or alignment/position/sizing issues with the image wrapper/login wrapper.
Additionaly there is no supported way to modify the markup (at least, none that I can find in the docs) - for example I'd like to re-introduce the URL into the title tag (that was removed in v13), as it is needed for my password manager to find the correct record. I'd also like to add a warning about unauthorised access.
Is there a concious design decision to limit developer control over this page (and why), or is it something that can be allowed in a future release?
Beta Was this translation helpful? Give feedback.
All reactions