- Issue created by @vittalaithal
- Merge request !11Issue #3368600: Linking a local user account to a saml account may be incorrectly blocked β (Merged) created by Unnamed author
- last update
over 1 year ago 3 pass - π³π±Netherlands e.ruiter
I had the same problem and the merge request !11 fixed it, thanks!
- π¬π§United Kingdom davej
Same issue here with 8.x-3.9 . Merge request 11 fixed it here too, thank you!
- πΊπΈUnited States liberatr Portland, OR
Attempting to reroll against 3.10
Still have yet to test the functionality.
- First commit to issue fork.
- πΊπΈUnited States heatherwoz Seattle
I attempted to rebase the MR and resolve the conflict, but I'm not sure if I did it correctly. Here is a patch with the latest changes.
- First commit to issue fork.
- π³π±Netherlands roderik Amsterdam,NL / Budapest,HU
- The result was good, but you somehow rebased (copied) the ~39 newer commits from the 8.x-3.x branch onto the existing change, before merging.
- In this case, a single merge commit is better (when working on a branch with others).
- You could also better to rebase the single change commit onto the newest 8.x-3.x... if you are allowed to, and feel confident enough to force push (overwriting the original commit). I do that often IF I'm working alone on a branch.
In this case, I rebased and force-pushed into the branch (to have cleaner history)... because I was going to merge it and close the issue anyway.
Anyway, that's detail :-)
---
Thank you for the fix. This is a clear bug, but I had ignored the issue for the previous release. Among others, because I felt like this really needs tests, to make sure that it doesn't break anything else unexpectedly. (The code in the fix looks fine, but... the existence of the bug already proves that things are getting too complicated to not have tests. I guess I should have set the issue to Needs Work in the meantime; it took longer than I thought.)
That's done now. Tests for the user creation/linking logic are included, which makes me feel a lot safer for future rewrites/fixes. I also discovered another bug, which I'll fix in a related issue, and added some tiny code tweaks and things to the README while thinking about tested behavior.
-
roderik β
committed c9e86d86 on 8.x-3.x authored by
vittalaithal β
Issue #3368600 by heatherwoz, roderik, vittalaithal: Linking a local...
-
roderik β
committed c9e86d86 on 8.x-3.x authored by
vittalaithal β
- π³π±Netherlands roderik Amsterdam,NL / Budapest,HU
I still get caught by the fact that the pre-formatted commit message cannot be edited, when merging from the drupal.org issue. Otherwise I'd have changed it slightly.
Anyway, fixed and credited.
Automatically closed - issue fixed for 2 weeks with no activity.