PACKAGE

Access Validator v1.2 (AV) is a small Package for Umbraco 3 .NET 2.0. It contains 4 user controls, which makes it easy to control access to umbraco Content. Using AV and Autoform (from the umbracoUtilities package) and you can create real applications without coding a line.

NEW VERSION 1.2 and pdf

Download ZIP
Download PDF

 

Compare Member

Use this to compare your currently logged in member with a field in the specifed Content Node. If it fails it redirects.

Parameters:

  • Content node to check with
  • Field name to check
  • Redirect on fail

Compare Value

Use this to compare a specified value a field in the specifed Content Node. If it fails it redirects.

Parameters:

  • Content node to check with
  • Field name to check
  • Compare with value 
  • Redirect on fail

IsLoggedIn

Use this to check login status. If not logged in it redirects.

Parameters:

  • Redirect on fail

 

Tips!

Besides hardcoded values you can use posted form-, query- and session values as parameters like usual.

Ex.:

  • setting ContentNode to [#pageID] and you always check against the current page.
  • using CompareValue and session value should give you a pointer in how to create grouped access.
*en-us,en;q=0.5*