So this may be a stupid question, based on my cluelessness on how Drupal log-ins work.
When redirected to the log in page, it asks for email. But the instruction message says "Enter you username" (this is a core message from user.module).
It only accepts a valid email address (maybe this is a setting I've made??).

Anyway, is this a core issue?

Comments

lmeurs’s picture

By setting the Use username as order email option at admin/commerce/config/checkout_redirect, the default login form is being used, but the title of the username field is changed and on submit Commerce Checkout Redirect processes this input. Unfortunately the field's description property is not being altered.

For the time being you could use a form alter hook to change the field's description property.

EDIT: I submitted a feature request with patch which also alters the username field's description property, see #2391687: Support the Email Registration module.