Problem/Motivation

Event queue processing creates Drupal users without checking for duplicate email addresses, it only checks Okta user ID. This results in items being re-queued and never cleared.

Steps to reproduce

Proposed resolution

Check for existing email address before attempting to create an account.

Remaining tasks

User interface changes

API changes

Data model changes

Issue fork oktaplus-3611939

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

mstrelan created an issue. See original summary.

mstrelan’s picture

Status: Active » Needs review
acbramley’s picture

Status: Needs review » Reviewed & tested by the community

Nice!

  • mstrelan committed 7195012f on 1.0.x
    fix: #3611939 Queue stuck with "Failed to create user account" error
    
    By...