Great module! This is exactly what I've been looking for.

Any chance you could document the patch/instructions you mention for the modification to core (user.module, I presume). I'm interested in removing email from my website's registration process.

Thanks,
--K

Comments

Zen’s picture

Status: Active » Fixed

Step one is obviously to remove the e-mail form field from all appropriate locations using a form_alter.
Step two is to process the user_validate_mail calls from the user edit form's validate function only if the e-mail field is set (which won't be as per step one).

That's about it.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.