Getting the source, and then rebuilding it, whit my modifications to the requestHandler.cs
But i dont like this way, primarily because im alterning the umbraco.dll. And this i preventing my from upgrading the solution easy.
So before i continue, makeing the user fields and site settings i would like to hear from some of you Umbraco Gurus, if there is a easier way of doing this.
allow all backend users to se protected frontend pages
I wish for my backend users to see all pages protected by the umbraco public acces system.
I dont wish to override the login control, just add something like this.
if(umbraco.BusinessLogic.User.GetCurrent() != null)
return true
Is there a quick fix for this ?
I found a dirty way of fixing this.!!
Getting the source, and then rebuilding it, whit my modifications to the requestHandler.cs
But i dont like this way, primarily because im alterning the umbraco.dll. And this i preventing my from upgrading the solution easy.
So before i continue, makeing the user fields and site settings i would like to hear from some of you Umbraco Gurus, if there is a easier way of doing this.
http://pastebin.com/qh5QgWby
Thanks in advance
is working on a reply...