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

Command icon 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

mglaman created an issue. See original summary.

mglaman’s picture

Status: Active » Needs review

fix issue credits

themodularlab’s picture

I 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.

japerry’s picture

Status: Needs review » Reviewed & tested by the community

I should have dug into the cancelSiteRegistration method which actually logs you out. This looks good! RTBC.

  • japerry committed fb33ae77 on 1.0.x authored by mglaman
    Issue #3381725: sql:sanitize hook may invalidate production access key
    
japerry’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.