> > Just wondering if anyone has restricted users to a list of email domains, > and also used an email verification to make sure they are actually using > that email. >
If I got you right, you're talking about sign up mail accounts. When a user put it into the form you have to validate it (with regular expressions) to match your allowed pattern or to print an error. (you need some code?) email verification is included in the restful authentication plugin ( http://agilewebdevelopment.com/plugins/restful_authentication). See the code if you don't use this or see some alternative. Cheers, Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
