Closed (fixed)
Project:
Password reset
Version:
5.x-1.x-dev
Component:
Documentation
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
12 Nov 2007 at 04:14 UTC
Updated:
31 May 2008 at 21:12 UTC
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
Comment #1
Zen commentedStep 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.
Comment #2
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.