Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
openid.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
16 Mar 2011 at 03:38 UTC
Updated:
16 Jul 2014 at 17:15 UTC
Jump to comment: Most recent
Comments
Comment #1
juliangb commentedThis is talking about the openid module in core rather than the openidurl contrib module.
Comment #2
catchRe-titling so it's more obvious what this is about.
As far as I can tell this bug only appears when
1. OpenID is enabled.
2. Admin approval is required for new user accounts.
And while it's confusing/annoying, it could at minimum be worked around by altering the user e-mail settings on your site.
So I am downgrading from major. Doubt this can be fixed without breaking string freeze, but adding backport tag just in case.
Comment #3
thinkling commentedI get this behavior when email verification is on and admin approval is not.
The email-address-verification email uses the token [user:one-time-login-url] to give the user a one-time login, and it seems it is the handling of that URL that leads to pages asking the user to pick a password. (In other words, just rephrasing the email text doesn't get rid of the problem.)
Is there a workaround for this which retains email verification?
Comment #4
thinkling commentedTo clarify: the subject probably needs restating--the issue is not just the text of the emails sent out, but also the workflow when a user clicks the one-time login link required by account verification.
Comment #5
star-szrBumping back to D7 because of https://www.drupal.org/node/2116417.