Forums

Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Security > Approving New Users After Registration

Approving New Users After Registration

  • David avatar

    Posted on Sep 3, 2009 (permalink)

    Hello,

    I have a registration form on my site so that new users can sign up, but I would like the ability to approve the users before they are allowed access to non-public pages. What is the best method to implement this?

    Thank you,
    David

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Sep 3, 2009 (permalink)

    Hi David,

    You can use CreateUserWizard.DisableCreatedUser property.

    Best wishes,
    Ivan Dimitrov
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

  • David avatar

    Posted on Sep 3, 2009 (permalink)

    Thank you for your support.

    What would then be the best method to send administrators an e-mail to alert them of a new user?

    Thanks,
    David

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Sep 3, 2009 (permalink)

    Hello David,

    You can use CreateUserWizard.OnSendingMail Method, CreateUserWizard.SendingMail Event or MailDefinition Class.

    Greetings,
    Ivan Dimitrov
    the Telerik team

    Instantly find answers to your questions on the new Telerik Support Portal.
    Watch a video on how to optimize your support resource searches and check out more tips on the blogs.

    Reply

  • Andrew Booth avatar

    Posted on Mar 24, 2010 (permalink)

    Sorry to bring an old thread back to life, but I used the CreateUserWizard.DisableCreatedUser and it works like a champ, however, how can an admin approve the user? I dont see anything built into the sitefinity settings and I tried added a checkbox that would change the user value to user.IsApproved = true; but it appears the update command is inside the telerik.web.security dll.

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Mar 24, 2010 (permalink)

    Hi Andrew Booth,

    You can take a look at this post - Locked out users / accounts

    Greetings,
    Ivan Dimitrov
    the Telerik team

    Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.

    Reply

  • Andrew Booth avatar

    Posted on Mar 24, 2010 (permalink)

    Thanks Ivan, that is exactly what I needed.

    Andrew

    Reply

  • Rajesh avatar

    Posted on Jan 30, 2012 (permalink)

    hi,

    I am newbe for this technology and trying to achieve same functionality for my registration widget.
    so i have added the registration widget in the page.
    Can you give me detailed steps to reach that functionality.??
    i dont see CreateUserWizard.DisableCreatedUser property within the registration widget.
    do i need to create the new aspx page or user control??
    i am using sitefinity 4.4 currently.

    Reply

  • Ivan Dimitrov Ivan Dimitrov admin's avatar

    Posted on Jan 31, 2012 (permalink)

    Hi,

    Ok, this thread is for Sitefinity 3.x where we use different control than Sitefinity 4.x. In Sitefinity 4.x we don't have this option in Registration widget which is in BETA stage. You can achieve your goal with a custom control that inherits from RegistrationForm and override TryCreateUser method

    Greetings,
    Ivan Dimitrov
    the Telerik team
    Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

    Reply

  • Register for webinar
Skip Navigation LinksHome / Developer Network / Forums / Sitefinity Older Versions (3.x): Security > Approving New Users After Registration