Closed (fixed)
Project:
Commerce Checkout Login
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
23 Jan 2012 at 18:23 UTC
Updated:
20 Mar 2016 at 13:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
tommy kaneko commentedVery simple addition. The patch adds a "I forgot my password" as a link in the #description of the password field. The link creates a new window with the "request new password" page.
Comment #2
marcoka commentedgreat, small one, works. i think target blank is good to not destory the current checkout progress.
Comment #3
luksakWorks for me as well.
Comment #4
jjcarrionIt works for me too, thanks!
Comment #5
sportel commentedThis works nice! But... is it possible to send an e-mail with the D7 standard one-time-login-link immediately without opening a new screen, using the already entered e-mail address, and than show a message "An e-mail has been send ... bla bla bla"?
Thanks for your work,
Mike.
Comment #6
roderikWe disagree a bit on what is the ideal approach to this.
The patch requires the user to fill the e-mail address a second time on the 'lost password' form. That's not ideal. My patch fixes this.
I did consider the suggestion in #5, but can't find a good UI solution for that. Since users don't expect a small link to perform an action, it would have to be a button, with big text -too big IMHO for a button.
Instead, I made the link open the separate password screen and return to the checkout page after sending the e-mail - using Drupal's 'destination' URL parameter.
Comment #7
legolasboThis will probably need a reroll if #2009986: Add capability to require login for existing and new users lands.
Comment #8
legolasboNew development will occur on the 2.x branch.
Comment #10
legolasbo