asp.net mvc 3 - Asp .net MVC3 user registration -
i teaching myself asp .net mvc 3. have reached stage need incorporate user account system. started standard asp .net mvc 3 membership provider , want stick part , store other user details in table linked users table.
however, add 2 features @ time of registration: 1) confirmation email 2) accept t&c.
is there easy way without building custom membership provider?
personally, don't believe confirmations emails/terms , conditions should part of membership provider.
you deal things in accountcontroller (or whatever equivalent have).
for instance, if have register action, once you've used membership provider save user , looks good, send out confirmation email (code being triggered action)
Comments
Post a Comment