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) »
  • Disable username in drupal
Pages: [1]

Author Topic: Disable username in drupal  (Read 2538 times)

tabidi

  • I post occasionally
  • **
  • Posts: 34
  • Karma: 5
Disable username in drupal
December 03, 2008, 08:36:35 pm
Hi I am new to civicrm, I would like to not require a username for account creation. Something similar to
http://drupal.org/project/email_registration

When I have drupal 6.0 with the email_registration module and civicrm it seems to me the civicrm profile code overrides the functionality in the email_registration module and username becomes active.

Is there a way I can implement similar functionality to the drupal email_registration module in civicrm


Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Disable username in drupal
December 03, 2008, 10:00:10 pm
As far as I know, civicrm does not create drupal user during registration process. User is created by drupal and then we use created userid to link it with CiviCRM. I am not aware of email registration module.

Kurund
Found this reply helpful? Support CiviCRM

tabidi

  • I post occasionally
  • **
  • Posts: 34
  • Karma: 5
Re: Disable username in drupal
December 04, 2008, 07:19:23 am
Thanks Kurund,

I guess what I am trying to do is similar to this post http://forum.civicrm.org/index.php/topic,2297.0.html, unfortunately there was no follow up on that.

Can you point me to the code which includes a CiviCrm profile in drupal user registration form or enables creation of drupal profile during civicrm registration.

Kurund Jalmi

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4169
  • Karma: 128
    • CiviCRM
  • CiviCRM version: 4.x, future
  • CMS version: Drupal 7, Joomla 3.x
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Disable username in drupal
December 05, 2008, 12:04:37 am
You can check drupal/civicrm.module , civicrm_register_data( );

Kurund
Found this reply helpful? Support CiviCRM

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Developer Discussion (Moderator: Donald Lobo) »
  • Disable username in drupal

This forum was archived on 2017-11-26.