-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not try to recreate ldap user if they are already created #9900
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9900 +/- ##
========================================
Coverage ? 42.3%
========================================
Files ? 607
Lines ? 79357
Branches ? 0
========================================
Hits ? 33570
Misses ? 41646
Partials ? 4141 Continue to review full report at Codecov.
|
ExternalUserLogin also does need to remove autocreate param then |
I agree - but I'm intending this to be backported and don't want to completely restructure all of this code. Ah screw it. It's a small change anyway. Done. |
I've just done the slight refactor that removes the autoregister bit. |
…a#9900) * Do not try to recreate ldap user if they are already created * just remove autoregister Co-authored-by: techknowlogick <[email protected]>
…9919) * Do not try to recreate ldap user if they are already created * just remove autoregister Co-authored-by: techknowlogick <[email protected]> Co-authored-by: techknowlogick <[email protected]>
FIx #9897