Had need for this module to work in Drupal 7, which seems to be a rather small patch. Attached is a patch that I'm testing on Drupal 7, but it seems to be functional enough to post here.
A component that will need major revision is the user profile option that checks first and last name. I don't think Drupal 7 provides these in profiles.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | drupal7-1251350-2.patch | 5.01 KB | killtheliterate |
| #2 | drupal7port-1251350-1.patch | 5.05 KB | killtheliterate |
| port-to-d7.patch | 5.19 KB | killtheliterate |
Comments
Comment #1
killtheliterate commentedStill struggling to get the for at /admin/config/people/urllogin to actually submit. No submit button.
Sorry for sort of haphazardly submitting this patch. First time.
Comment #2
killtheliterate commentedCorrected the issue above.
Comment #3
killtheliterate commentedCorrected again
Comment #4
andrewfn commentedThanks. For some reason I didn't get any notification of your issue, but now I have seen it I will check it out.
Comment #5
andrewfn commentedI have checked the patch and it looks good (except for the profiles stuff that still needs work for Drupal 7). I have made a 7.x-1.x-dev release.
B.t.w. I had trouble applying the patch: the .info file failed. This is because you had made it from the downloaded version that includes a timestamp. By "reverse engineering" my .info file to what you were using I was able to get the patch to apply. It is best to patch git source which is clean from timestamps.
Thanks for the good work!
Comment #6
andrewfn commentedThis seems to work ok, so I am marking it fixed.