- Merge request !32.x: Allow authentication via mail and password over OAuth2 module #2991141 → (Merged) created by fjgarlin
- 🇩🇪Germany Grevil
This would be a great feature for 2.x! Thanks a lot, I'll see if I can squeeze in some time the next couple of weeks! :)
- Status changed to Needs work
about 1 year ago 8:08am 25 October 2023 - 🇩🇪Germany Anybody Porta Westfalica
Needs a reroll for 2.x, please. Then we can proceed.
- First commit to issue fork.
- Merge request !34Email registration 2991141 2991141 allow authentication via → (Closed) created by Cryt1c
- last update
11 months ago 24 pass - 🇪🇸Spain fjgarlin
@Cryt1c - no need to create a new MR. The only difference is
$query->accessCheck(TRUE);
.
You can collaborate in https://git.drupalcode.org/project/email_registration/-/merge_requests/3A new MR would make sense if the approach is completely different, but not if it's the same.
- 🇦🇹Austria Cryt1c
@fjgarlin thanks for the info. I had some issues with pushing before. Now it worked and I have added my commit to your MR.
- Status changed to Needs review
11 months ago 2:51pm 8 January 2024 - Status changed to Needs work
8 months ago 1:18pm 13 April 2024 - Status changed to RTBC
8 months ago 2:33pm 13 April 2024 - last update
8 months ago 29 pass -
andypost →
committed 5d7c80e9 on 2.x authored by
fjgarlin →
Issue #2991141 by fjgarlin, andypost, mvantuch, a.dmitriiev, ayalon,...
-
andypost →
committed 5d7c80e9 on 2.x authored by
fjgarlin →
- Status changed to Fixed
8 months ago 2:47pm 13 April 2024 - 🇩🇪Germany Grevil
Thank you, @andypost! I didn't find the time to review this!
Automatically closed - issue fixed for 2 weeks with no activity.
- 🇨🇭Switzerland berdir Switzerland
It looks like this heavily overlaps with ✨ [2.x] Allow authentication via mail and password over RPC Needs review . The new test passes even when EmailRegistrationServiceProvider is commented out, because that issue does its own mail to name lookup in the controller.
I was looking into this because of 🐛 UserAuth BC layer is not working for modules that use it to provide email based logins Active , because of that other issue, this module is currently _not_ directly affected by the 10.3 changes. (Apart from the failing commerce tests, due to 📌 Remove country setting from the installer Fixed . It will need to eventually adapt to those UserAuth changes in both the UserAuth implementation and the copy pasted controller, but that's a D12 deprecation. And on the plus side, that willl allow to remove a ton of code as only the new lookupAccount() method will need to be implemented.
- Status changed to Needs work
7 months ago 6:39am 3 May 2024