Self Registration question

Talk about writing modules and plugins for CMS Made Simple, or about specific core functionality. This board is for PHP programmers that are contributing to CMSMS not for site developers
Post Reply
dmgd
Forum Members
Forum Members
Posts: 115
Joined: Tue Jun 06, 2006 1:10 pm
Location: TX

Self Registration question

Post by dmgd »

Where will I find the code that verifies the an email address has already been used?

For my client's members to register and view member only web content their email address must be in a list of member emails.  I want to add a little code to verify that the person registering is already a member of the organization.  I have "No duplicate emails" checked and want to add the code to check for valid email address while checking it email has been used.  There are 400+ members and I think only 40% to 60% will actually register or login to view member content.

Is there a better way of doing this?

Thanks
Mark
Mark
calguy1000
Support Guru
Support Guru
Posts: 8169
Joined: Tue Oct 19, 2004 6:44 pm
Location: Fernie British Columbia, Canada

Re: Self Registration question

Post by calguy1000 »

Selfreg and FEU don't care if an email address is used more than once..... They do care if a 'username' is used more than once.

However, if you want to make sure that the 'email address' is from a certain domain, check out the action.reguser.php file.
Follow me on twitter
Please post system information from "Extensions >> System Information" (there is a bbcode option) on all posts asking for assistance.
--------------------
If you can't bother explaining your problem well, you shouldn't expect much in the way of assistance.
Post Reply

Return to “Developers Discussion”