i am using the asp.net mvc sample app and have expanded it a bit. I use the asp.net membership for login and registration for users.
I now want to change it so when people register, instead of instantly being able to login, it goes to some state where an admin has to approve it. Once this approval happens, then they can log in.
Is there anything built into asp.net membership stuff that will help me do this or do i have to code it up from scratch using my own implementation.
i have a few ideas and i dont think this is rocket science but i dont want to reinvent the wheel as i want to ship this asap.