CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • anonymous user registration and contact matching - civicrm 3.3
Pages: [1]

Author Topic: anonymous user registration and contact matching - civicrm 3.3  (Read 578 times)

yasheshb

  • I post occasionally
  • **
  • Posts: 72
  • Karma: 5
anonymous user registration and contact matching - civicrm 3.3
March 15, 2012, 02:21:15 am
Hello,

     When an anonymous user signs up for an event and provides an email id, does it match it with existing
contacts and their email id's, if so, where does this happen in the codebase ?. I did a cursory look
at CRM/Event/Form/Register.php but could not locate it. Maybe i'm looking at the wrong place.

    Also did a grep for the matching functions

Code: [Select]
[root@lnn1151 Event]# pwd
/var/www/httpdocs/sites/all/modules/civicrm/CRM/Event
[root@lnn1151 Event]# grep -R matchContactOnEmail *
[root@lnn1151 Event]# grep -R matchContact *
[root@lnn1151 Event]#

   but did not return a positive result. Maybe i'm looking at the wrong place / function. Any pointers appreciated.

Thanks

Yashesh

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • anonymous user registration and contact matching - civicrm 3.3

This forum was archived on 2017-11-26.