maiiku
Results
2
comments of
maiiku
@chdinesh1089 this breaks things in another way, that is if your project has those details this will override First and Last Names to empty strings on next login. This is...
@chdinesh1089 then as I said, if you wish to change this you should also propose a change to `user_details` in `social_core/pipeline/user.py` which currently only skips `None` values: ```python for name,...