Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter PyroSteveJr

    (@pyrostevejr)

    So in bulkimport.php line 288 the display name is set.
    $display_name = $this->_get_display_name_from_AD($username, $userinfo);

    Then it immediately checks to create new user or update them. On the else statement to update I added
    $display_name = $user->display_name;

    This way if the user had changed their display name the bulk import would not override their settings.

    Plugin Author glatze

    (@glatze)

    Hi Steve,
    I won’t add an option to allow users to change their display name, sorry.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Bulk import resets "Display name publicly as"’ is closed to new replies.