User Biographical Information deleted on login
-
This plugin deletes the “Biographical Information” field from a user’s profile when they log in.
To reproduce:
- Disable all plugins except Active Directory Integration.
- In MySQL, query the
wp_users
table for a user you can log in with. Note theuser_id
. - Run
select * from wp_usermeta where user_id=THE_ID and meta_key='description'
- Populate this field in the UI or in MySQL, note that it persists.
- Log out. Run the query again. Field value should still be there.
- Log in. Run the query again. Field value has been deleted.
- Repeat this test with the Active Directory Integration plugin disabled. Field value persists.
https://www.ads-software.com/plugins/active-directory-integration/
===
Actually I can’t reproduce this locally, only on dev and prod environments, so something is probably wrong with our AD server. Would be interested to know if anyone else experiencing this.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘User Biographical Information deleted on login’ is closed to new replies.