Problem/Motivation
$this->authService->disconnectSiteAndUsers();
We call this during sql:sanitize which invalidates the access token. It should just be deleted.
Issue fork acquia_dam-3381725
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
mglamanfix issue credits
Comment #4
themodularlabI am actually dealing with this very issue on a client project. I'm going to apply a patch from the MR and test. I'll report back my findings.
Comment #5
japerryI should have dug into the cancelSiteRegistration method which actually logs you out. This looks good! RTBC.
Comment #7
japerry