User Import Export does not create user

When using the 2.6.1 (or 2.6.0) version of the UserImportExport, using plain import, i get a warning “User not found” where I expect that a user will be created.

Code inspection show a typical exclamation mark which is forgotten:

      if (isUserProviderReadOnly) {
        userManager.createUser(userName, password, name, email);
      }

I will supply a patch.

1 Like

Great, thank you. Please bump the plugin version number, etc with your patch, so we can release it immediately.