Copied to clipboard

Flag this post as spam?

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


  • Sangeeta 20 posts 80 karma points
    May 19, 2013 @ 19:39
    Sangeeta
    0

    Creating Registration form in umbraco using MVC

    Hi ,

    i need to create registraion form in umbraco using mvc,i know this is basic requirement .

    Registered users will be given access to specific pages which can not be accessed by visitors of the site.

    these specific pages will also can be managed by Umbraco (For changing their contents)

    Is there any way to check session within umbraco , so that i can assure that only registered users stay on the pages, others get redirected to login page.

     

    I hope some one can help me out on this.

  • Mike Chambers 635 posts 1252 karma points c-trib
    May 20, 2013 @ 10:16
    Mike Chambers
    0

    You'd use the members section in umbraco to define and limit your access to logged in users..

    http://24days.in/umbraco/2012/creating-a-login-form-with-umbraco-mvc-surfacecontroller/ this of any use for the actual form?

  • bob baty-barr 1180 posts 1294 karma points MVP
    May 20, 2013 @ 15:52
    bob baty-barr
    1

    also, depending upon which version of umbraco you are using... you might want to give this a look... https://nuget.org/packages/CWS.Umbraco.Standard.Membership/ just posted over the weekend i think! It was created by Warren Buckley and his stuff is always TOP QUALITY!

  • Daniël Tulp 33 posts 64 karma points
    Aug 07, 2013 @ 16:09
    Daniƫl Tulp
    0

    Warren started a new CWS start project http://our.umbraco.org/projects/starter-kits/cws-start

  • Charles Afford 1163 posts 1709 karma points
    Aug 08, 2013 @ 16:57
    Charles Afford
    0

    Yea what you want to do is create a role for a user who has registered.

    Then you can only allow access permission to members in that role

    In the API you can get the menu items where the member has access to the node.

    Does this make sense?  Charlie :)

Please Sign in or register to post replies

Write your reply to:

Draft