• I am trying to update some of my user’s usernames but the plugin is not opening, it is updated, the PHP settings are fine but it won’t allow me to edit. The edit button is visible but lcicking on it is not doing anything. Is there an update needed or something?

Viewing 2 replies - 1 through 2 (of 2 total)
  • meshorti

    (@meshorti)

    Here’s a temporary fix until/if the plugin is updated:

    Edit js/edit_user.js in the plugin folder by finding and replacing this on line 23:

    $edit_username_field.attr('disabled', false);

    with this:

    $edit_username_field.attr('disabled', false).removeAttr('readonly');
    • This reply was modified 6 months ago by meshorti.
    katmacau

    (@katmacau)

    Thanks. I also had the same issue and applied your edit, which worked. Hopefully you add to the actual plugin soon.

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.