You guys managed to commit something that doesn't work at all !

Issues:
- the logic for alt_login requires name to be defined! Since you just cut&pasted one of my lines, the result doesn't make sense.
The select never works.

- if you don't patch the auto-select part as well, the patch is of little use anyways, as you have to enter alt_login stuff manually...

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

espie’s picture

FileSize
2.81 KB

patch attached, that makes it work with 1.2...

espie’s picture

Version: 5.x-1.2 » 6.x-1.0
FileSize
2.7 KB

Fixed patch for 6.x, since I switched.

With this one, both auto-complete and actual changes work.

I think it's simpler than what's currently in.

deekayen’s picture

Status: Active » Postponed
deviantintegral’s picture

Version: 6.x-1.0 » 6.x-1.x-dev
Status: Postponed » Needs work

Patch no longer applies.

espie’s picture

sigh, I'll work on another patch tomorrow.
But please stop postponing it or applying it in weird ways, it's a bit like having to fix the same bug over three times. It is getting annoying...

deviantintegral’s picture

For sure - your patches are appreciated. I'd like to get this in to the next release of the module.

deviantintegral’s picture

Assigned: Unassigned » deviantintegral

I have an updated patch (untested) for this which I'll be posting later today.

deviantintegral’s picture

Status: Needs work » Needs review
FileSize
1.8 KB

Here is an updated patch - can you let me know if it works for you?

deviantintegral’s picture

Assigned: deviantintegral » Unassigned
deviantintegral’s picture

Here is a rerolled patch, with a minor code style change.

deviantintegral’s picture

Status: Needs review » Fixed

I've committed this patch as it's works for me and is needed to fully fix the Anonymous users issue.

espie’s picture

Status: Fixed » Closed (fixed)

sorry for not giving you feedback earlier. I got swamped in other issues.
Things appear to work just fine. Thanks a lot !