-
Notifications
You must be signed in to change notification settings - Fork 42
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
Sync User Profile Photo #124
Comments
By default WordPress uses gravatar for profile photos so there's not a built-in way of editing profile images. That said, you should be able to get this behavior using a few filters: Tell Authorizer to fetch the
Upload that photo to
Override the gravatar with the custom photo (if it exists):
I tested that on OpenLDAP which uses |
This is a feature request to add support for pulling the user's photo for their WP profile. For example, in an LDAP connection to Microsoft Active Directory, this would be the
thumbnailPhoto
attribute (byte encoded). The string would need to be converted to an image file and set as the user's profile photo. This would need to be updated upon login, same as first and last name.Thanks so much!
The text was updated successfully, but these errors were encountered: