Mark Drake
Mark Drake
Sorry for the live troubleshooting and updates Kevin. Looking at a fresh export of Umbraco v7 content, I can find both cases: - Where guids are properly quoted. - Where...
I've since found the `UserLogoutSuccessNotification` for Umbraco Backoffice Users. https://our.umbraco.com/documentation/Reference/Security/BackOfficeUserManager-and-Notifications/#notifications For a proper sign out, my OpenIDConnect provider requires the token. I'm unsure how to get the token for the...
I've written a notification handler that is getting the job done! ``` internal class OktaBackOfficeLogout : INotificationHandler { private readonly IConfiguration _config; private readonly IExternalLoginService _externalLoginService; public OktaBackOfficeLogout(IConfiguration config, IExternalLoginService...
[A troll can open a PR](https://github.com/ILoveHDDark), remove an icon everyone uses, [quote a sentence from a much larger document](https://brand.linkedin.com/policies), and now, all of a sudden, our LinkedIn icons don't work...
@LitoMore, with all due respect, consult a lawyer. As popular as this library is, I sincerely hope the funds for a simple consultation with a lawyer can be raised promptly....
It would allow us to read metadata from RIV files in our .NET CMS (currently .NET 10).
This is implemented in OOTB fields. Closing.
I apologize team. I think there was a bit of confusion on my part after opening the ticket. We have several custom answer types on this site I'm working on....
It gets worse. If you disabled `includeScripts` you miss out on this: ``` ``` Which adds all the necessary functionality.
I can't set `Html.SetFormThemeCssFile` to null.