Shannon Deminick
Shannon Deminick
Thanks, i'll review and have a look shortly and see what breaking change was introduced
Hi sorry for the delay. Yes, since back office and front-end authentication are cookie based, the actual authentication process will occur differently for each one. Typically you don't want to...
Hi, I need to know exactly what you are trying to do here? Are you trying to use Auth0 as an OAuth provider? (i.e. with an OAuth button like logging...
Hi @stodolos I think you just want your own implementation, not sure why what you're doing needs to have anything to do with Umbraco specifically in that case > I...
There's been a lot of fixes relating directly to SQL locks for members in this release: https://our.umbraco.com/download/releases/865 namely this PR https://github.com/umbraco/Umbraco-CMS/pull/8525 for this issue https://github.com/umbraco/Umbraco-CMS/issues/8433. There's quite a lot that...
> However other standard members that have registered on the same members portal, and have successfully created a member account in the backend, can't login. Do you mean they cannot...
Do you mean as an administrator?
Sounds like a bug to be fixed with the CdfRazorViewEngine approach. The normal approach uses an httpmodule to parse the results but if an error occurs, its certainly possible that...
the minifier isn't smart, it's just fast. It doesn't produce an AST for minification so there are some edge cases where odd things will break it. I won't have much...
Thanks @alan-strickland . The memory barrier is curious because the _settings is marked volatile so there should be a memory barrier in there already. But also your fix relies on...