Copied to clipboard

Flag this post as spam?

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


  • Paul Stewart 50 posts 71 karma points
    Apr 11, 2012 @ 11:21
    Paul Stewart
    0

    Using members as logins to specific pages?

    Hey guys, I am very newish to likes of razor / c# is there a way where when I create a new member and on the front end use the details of the member to log on to a specific page. 

    Member Properties

    username (text string), password (text string), page redirect (content picker). I also want to make it strict access if trying to go to  the specifc page without the logon it redirects them to my login page. 

    Is this any way possible and if anyone can advise me that would be highly appriciated! :D

  • Michael Latouche 504 posts 819 karma points MVP 4x c-trib
    Apr 11, 2012 @ 13:20
    Michael Latouche
    0

    Hi Paul,

    Umbraco Membership is based on the asp .Net Membership provider, so you can use most functionalities of it right out of the box. You even have asp.Net controls for member registration, login etc.

    The only "non standard" thing is the page redirect property, which you can then sepcify on your MemberType.

    Cheers,

    Michael.

Please Sign in or register to post replies

Write your reply to:

Draft