I thought id answer my own question again. Just incase someone else stumble on this issue and is a clueless as me.
It was to do with the default dashboard view of the media area. This has a upload box that some of our customers kept dragging their files into instead of going into their own folders first.
This wasn't made clear to me so i been pulling hair that was going grey as the same time.
But due to the root of the media area only being accessible to admin it kept showing up login as above for the editors.
So to stop (quick dirty way) this i just added a display none in the mediafolderbrowser.html.
Windows security pop up in IE
Hi
Just started getting a windows security pop up with Editor tries to put something into the media folder
Is this something todo with application pool?
Any help would be great thanks.
I thought id answer my own question again. Just incase someone else stumble on this issue and is a clueless as me.
It was to do with the default dashboard view of the media area. This has a upload box that some of our customers kept dragging their files into instead of going into their own folders first.
This wasn't made clear to me so i been pulling hair that was going grey as the same time.
But due to the root of the media area only being accessible to admin it kept showing up login as above for the editors.
So to stop (quick dirty way) this i just added a display none in the mediafolderbrowser.html.
.umb-file-dropzone-directive .dropzone.is-small { height: 100px; display: none; }
is working on a reply...