How do I remove the username field in the registration form so that people only need their email addresses to register on the website?

Comments

vm’s picture

Assigned: vip_sa » Unassigned
Category: task » support
Status: Active » Fixed

This question belongs in the forums.

investigate the logintoboggan.module

vip_sa’s picture

under which topic do I post this question?

vm’s picture

post installation, however I"ve given you the module that allows users to register and login with an email address.

vip_sa’s picture

I've got that module installed however when trying to create a new account it still asks me for a username and that makes it difficult because the username must be unique and is required

vm’s picture

then, maybe a support request in the forums "post installation" or a support request in the issue queue of the logintoboggan module (I'd read this issue queue first) may be of benefit. I'd veneture a guess that you aren't the first to want this type of funtionality.

vip_sa’s picture

Project: Drupal core » LoginToboggan
Version: 6.12 » 6.x-1.5
Component: base system » Code
Priority: Normal » Critical
Status: Fixed » Active

Is there a way that people can register without having to supply a user name since if you have a lot of people registering then how are they going to know what user name to choose that is unique? Is there a way to disable the user name option?

hunmonk’s picture

Status: Active » Closed (won't fix)

this will never be included as a feature in logintoboggan. you'll need to put your efforts into changing this in drupal core, because it would be a mess to do it in a contrib module.

doublejosh’s picture