Stop filling in the user's profile on social registration
authorTim Düsterhus <duesterhus@woltlab.com>
Wed, 23 Dec 2020 13:17:49 +0000 (14:17 +0100)
committerTim Düsterhus <duesterhus@woltlab.com>
Wed, 6 Jan 2021 14:43:31 +0000 (15:43 +0100)
commitfd284d18e863858cccd613c7618802ac1d2ade01
treecd25ec55015054baaa9dd11e56ee6de7c9654839
parent4c0afa782bff7e2a0b739b117dadb27d756d0e8f
Stop filling in the user's profile on social registration

The behavior of this was very inconsistent across providers, required a custom
implementation for each of those and over the years less and less data was
provided (most notably Facebook drastically limited the available fields).

The benefit of filling in the gender and avatar here and there is almost nil,
nothing of real value is lost when removing this and it keeps the code simpler.
wcfsetup/install/files/lib/action/FacebookAuthAction.class.php
wcfsetup/install/files/lib/form/RegisterForm.class.php