Forum Moderators: phranque
Im working on an in-house project that is like a newsletter in that users must be able to sign-up, opt-in, log-in, alter what they receive emails on, cancel their account and opt-out.
Now in principle i think i have it all there, but i was hoping for some suggestions as to how to go about it. What security measures will i need, what options do i give signed up users, whats the best way to create the opt-in "click this link to activate your account" email etc
Any pointers to resources would be appreciated. (Or threads but i tried searching and couldn't pin down what keywords i should be looking for)
Cheers
Also - if security is important, you should use "double opt in" so they opt in to the list but have to confirm the wish to opt in from a conformationary email. This stops people adding email addresses of people they hate.
As for opting out would a link on the bottom of any emails sent like the opt-in do. Maybe the "active" field could be used here as well comparing against an active code(?). I don't think a double opt-out is necessary because to opt-out from the site itself you'd have to be logged in - which means unless you've given away your password - means it should be you. 100% percent security isn't vitally important but i do want it to be nominally secure.
Any other ideas?
Cheers