Thought I was in an Umbraco channel but it's stuffed with posts about the UK's general election. Has someone been posting to the wrong channel? Let's try and keep on subect.
Is it just me or does anyone else find the search on the docs site utterly useless. All I want is a list of the default appsettings settingsd!!
CodeGarden ticket for sale! I can't go as I've just torn a second Achilles tendon. If anyone is interested, please get in touch. It'll be around the earlybird price. Umbraco have said they'll be happy to rename the ticket.
Anyone seen the new V13 log in screen not work on a Mac. Have a client that's tried Safari and Chrome and he can't get the focus into the Email and Password fields to enter his credentials.
As MeetUp site and App app have gone down at the same time, can anyone give me the map link for tonight's London MeetUp please? :)
Just trying to set up Umb V13.x.x to on IIS (never done it before). Should it be inprocess or out of process? We've been at it for 3 hrs and haven't managed it yet. Atm the browser just spins.
Has something changed wrt the session timeout in V13? On a site I've just upgraded I was using this to give the editor an hour before timing out, but she reports it doesn't work any more:-
"Umbraco": {
"CMS": {
"Global": {
TimeOut": "01:00:00"
}
}
}
Migrated V11 site to V13.1, just get Page not Found. All views are in place and correctly set in doctypes. The only error I get in the BO is "Microsoft.AspNetCore.Antiforgery.AntiforgeryValidationException: The antiforgery token could not be decrypted." Can't work it out.
@umbraco Please, please, please could you give us back simple control of the login screen for branding purposes? Current version (13) is a nightmare.
Just let it respond to a normal stylesheet.
I can see the data in the BO with <pre>{{ block.data.richText | json }}</pre>. So it looks like the ng-bind-html isn't working. But why?