I was wondering if using the out of the box aspnet membership provider, account controler, database schema etc. (ootb login/register system as a whole) for a public facing website is ok?
- I know that there are a lot of extra things on it that are unneeded, but would like to save time not having to create one from scratch
- I definetly plan on extending it to fit custom needs
Are there any vulnerabilities or is it just the fact that there's a lot of unneeded stuff that defers users from it?