Closed (cannot reproduce)
Project:
OpenID Profile
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
3 Jan 2012 at 16:51 UTC
Updated:
30 May 2016 at 13:49 UTC
Jump to comment: Most recent
Comments
Comment #1
pyrello commentedSorry, this actually appears to be a problem with the OpenID Profile module instead.
Comment #2
pyrello commentedOkay, this appears to be related to line 505 in this block of code:
It seems that the provider['url'] needs to be prepended with "http://" or "https://" or the l() function interprets it as an internal link. I'm not sure what the best practice is for this sort of thing.
Comment #3
pyrello commentedAfter some further investigation, I think I've determined that this works as intended. If you add the http:// or https:// in the actual field during configuration, it works just fine. I will suggest that the description on the form needs to be changed to indicate that the http(s):// is required and possibly add some error handling for that, since it doesn't seem to work without. I'll leave it up to the discretion of the maintainer (or the system bots) to close this thread.
Comment #4
sanduhrsThe mentioned code is not part of this module.