Closed (works as designed)
Project:
Spark
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
3 Apr 2013 at 14:13 UTC
Updated:
27 Jan 2017 at 00:29 UTC
Jump to comment: Most recent
Comments
Comment #1
webchickDo you know what module(s) provide this functionality currently?
Comment #2
gábor hojtsyhttp://drupal.org/project/email_registration and http://drupal.org/project/logintoboggan are examples of Drupal 7 modules providing this. There is also a Drupal 8 core issue at #111317: Allow users to login using either their username OR their e-mail address currently needs work for security concerns.
Comment #3
gábor hojtsyBTW the Drupal Gardens gardener profile uses email_login module that is a minimal dumb down version of http://drupal.org/project/logintoboggan with only the email login feature (however it is not published on d.o due to its duplicate functionality).
Comment #4
tinycg commentedI'm not sure what Commons uses to accomplish this but I believe their default configuration is email only as well, with the Gardens distro being the outlier.
Comment #5
gábor hojtsyThey use http://drupal.org/project/email_registration as per Ezra.
Comment #6
webchickOk cool.
There's an RTBC feature request (well, it was RTBC yesterday anyway ;)) in the D8 core queue for logging in with e-mail: #111317: Allow users to login using either their username OR their e-mail address
It'd be great to have a similar patch for initial user creation so that if we include this module in D7 we're not deviating too far from D8 core.
Comment #7
webchickThis would be great, but we decided to stick close to what core does and core doesn't currently do this (afaik). Should it make it into a D8 point release, we could always slate it for backport.
Comment #8
joemaine commentedThe developer has moved a module that meets your need from the sandbox to the project page:
https://www.drupal.org/project/login_email
The module exists as 7.x-1.x-dev It works as is...looks like a bit of assistance can turn this into an official release.