Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Lasse Kofoed 49 posts 177 karma points
    Nov 29, 2012 @ 16:15
    Lasse Kofoed
    0

    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 ?

  • Lasse Kofoed 49 posts 177 karma points
    Dec 04, 2012 @ 14:45
    Lasse Kofoed
    100

    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

Please Sign in or register to post replies

Write your reply to:

Draft