Closed (fixed)
Project:
CAS
Version:
8.x-1.x-dev
Component:
CAS
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
23 Sep 2019 at 19:50 UTC
Updated:
19 Jan 2020 at 21:34 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
bkosborne👍 indeed. We should be able to drop it and indicate that we require at least version 1.2 of external auth
Comment #3
claudiu.cristeaHere we go.
Comment #4
claudiu.cristeaComment #5
claudiu.cristeaHm... I just found that we cannot remove this subscriber yet as "provider prefix" is used also here
\Drupal\externalauth\ExternalAuth::linkExistingAccount():We need to open a ticket upstream and fix that method too. But this time looks harder :(
Comment #6
bkosborneHmm, while you're correct that it's also used there, I think it's not as hard to fix as you think.
The username doesn't really need to be dealt with at all when linking an existing account, because the username is not used. It's just created so that it can be passed to the AUTHMAP_ALTER event which requires a username.
I think that we should petition to have the linkExistingAccount method changed to this:
Comment #7
bkosborneComment #8
bkosborneThis adds the dependency to the info file.
Comment #9
bkosborne