Skip to content

Commit 8b8162f

Browse files
committed
fix
1 parent 626f63f commit 8b8162f

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

dojo/pipeline.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -208,14 +208,6 @@ def sanitize_username(username):
208208
def create_user(strategy, details, backend, user=None, *args, **kwargs):
209209
if not settings.SOCIAL_AUTH_CREATE_USER:
210210
return None
211-
<<<<<<< HEAD
212-
<<<<<<< HEAD
213211
username = details.get(settings.SOCIAL_AUTH_CREATE_USER_MAPPING)
214212
details["username"] = sanitize_username(username)
215-
=======
216-
details["username"] = sanitize_username(details.get("email"))
217-
>>>>>>> 0b9d5238e5 (update)
218-
=======
219-
details["username"] = sanitize_username(details.get("username"))
220-
>>>>>>> b9d07c6a56 (Aktualisieren von pipeline.py)
221213
return social_core.pipeline.user.create_user(strategy, details, backend, user, args, kwargs)

0 commit comments

Comments
 (0)