Bulk import trouble with users containing apostrophe's
-
During bulk import users containing an apostrophe would fail to add user_meta. My solution was to change line 2639 in ad-integration.php
from:
$user_id = username_exists($username);
to:
$user_id = username_exists(sanitize_user($username, true));
https://www.ads-software.com/plugins/active-directory-integration/
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Bulk import trouble with users containing apostrophe's’ is closed to new replies.