Users with Empty Email Addresses
-
I’ve run into an odd problem with users on one of the websites we manage. This particular site is using SSO and an imported database table to populate user information with the wp_login hook. The SSO plugin doesn’t always get everything copied over when users first login and sometimes their information can change, so it checks and updates every time they log in.
The whole process is working as it should, but we have noticed recently that some users are showing in WordPress with the email address field empty. I did some investigating, and their email addresses are in the wp_users table correctly, but WordPress is ignoring them for some reason. If I enter the email address into the edit user screen, it saves, but the information in the database is exactly the same. I’m kind of lost on what to check for here. It’s something that’s only become a problem recently and isn’t affecting all users, I’m just not sure how to get WordPress to recognize that the email addresses are actually out there. Has anyone else ever seen anything like this happen?
- The topic ‘Users with Empty Email Addresses’ is closed to new replies.