Cancel Registration Function ?

Discussion in 'Visual Studio' started by dwhite, Jul 6, 2007.

Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.
  1. Hi Everyone,

    Does anyone know if there is a built in function to allow someone to Cancel a Registration ?
    IE: It would take them out of the users - or does that need to be done manually from the Web Site Administration Tool by the site admin ?


    I could just have them e-mail me to remove them if that's the case, but I thought maybe there is a "Delete Registration", and "Are You Sure" or
    or something like that.


    BTW, the damn thing is up and running :))))

    Thanks,
    Dave
     
  2. Just a re-request - wondering what I'll do if someone says "let me outta here".

    Thanks for your help so far, this place is good... :)

    Dave
     
  3. Bruce

    Bruce DiscountASP.NET Staff

    I don't think there's a built in function but you can certainly create something yourself using the membership provider.

    Bruce

    DiscountASP.NET
    www.DiscountASP.NET
     
  4. Have you looked into the Membership class DeleteUser(string username) method? I believe,you should be able to remove a user from the membership database using this funtion.

    Vikram

    DiscountASP.NET
    www.DiscountASP.NET
     
  5. Yes, but I don't understand it :-(

    But this is further to the answer, thank you Vikram
     
Thread Status:
Threads that have been inactive for 5 years or longer are closed to further replies. Please start a new thread.

Share This Page