Hello, I have a drupal site where only the administrator creates user accounts. I want to disable the need of an email address for a user. Right now an email address is required but I do not need this.

Is there a way to turn this off? Thanks.

Comments

jhoff484’s picture

http://drupal.org/project/localemail

- When enabled removes email fields from new user registration and my account pages for non-admins
- Can automatically assign an email address of the form username@domain.
- Allows you to set the domain used in the administration interface.
- Optionally, allows you to not store any email information at all.
- Allows you to use a security question to allow users to reset their forgotten password.
- Security questions can be edited through the admin interface.
- When security questions are enabled it replaces the user/password reset form with

fishfree’s picture

this module does not support D7. Any else option, pls?