Hi, this is an amazing plugin but I have one huge issue, any user that has registered since using the plugin cannot be found in the user search in the backend, under users or extended users. Users listed before the plugin are very searchable by their first and last names Extra Fields are searching perfectly, but the standard WP First Name and Last Name is coming up with no results. In the plugin parameters I have selected show in search for both fields, but this made no difference.
]]>I used the plugin to successfully export 530 users, but when trying to import them, I’m getting this message:
no username provided neither ID, whatever you are trying to do this will be skipped
Is there something I’m missing? It should be just a simple import, correct?
]]>What is the trick to get the passwords to import? The .cvs file has a column % PASSWORD % and the date is idem2018!. I have tested it a number of times no luck. All other data imports great I have this one issue. HELP Please!
]]>Hi there,
We are wondering how to set up an excel file so we can save as CSV and import users to CIMY. We keep getting errors (see details below). We want to give each user a specific username (their email address).
First when we typed in a User ID and Username, we got this error:
userid ‘500’ is not present in the DB and the username ‘[email address edited out]’ is not present in the DB (line 2)
Then when we took those 2 components out, we got this error:
userid is missing and username is missing (line 2)
Then when we took out just the userID and left in the email address for the username, we got this error:
userid is missing and the username ‘[email address edited out]’ is not present in the DB (line 2)
Do you have a sample excel file template we can use? Or how should we set it up for importing?
]]>Hello
I am developing a website for a client on a subdomain.
I utilised the Cimy User Manager to import/export over 600 users from the current site to the staging site.
I was very careful to leave the tick box blank for email new and existing users, because I did not want any users notified.
However after import, I notice that quite a number of usernames were not matched up to the correct records. And in addition, ALL users were emailed and told that their email addresses had changed, which was not true.
I have been fielding unsubscribe emails and complaints from my client’s customers all afternoon!
I was following the instructions in this article that said to tick the Create Users box. Was that correct? Or did I miss a step somewhere? https://www.wpbeginner.com/plugins/how-to-easily-import-and-export-wordpress-users/
Anne
]]>Hi, the plugin worked for me exporting/importing users. I noticed that the passwords can be imported by adding the PASSWORD column with the hashed password, I see in the code that it will insert the hash as it comes.
The question is, can I export this password hash in the CSV so the password gets imported the way it was?. I don’t want to create new passwords for the users, just let them log in with the same one.
]]>A thread started at https://wordpress.stackexchange.com/questions/218924/exporting-custom-field-to-csv-in-wordpress where person asked about incorporating external data into the CSV export.
Is this possible with the current plugin?
If not, I would recommend adding a filter to your final headers and values. That would allow a user to hook the output and modify the content before export.
I can’t imagine it would be much hard than adding the following to https://plugins.trac.www.ads-software.com/browser/cimy-user-manager/trunk/cimy_user_manager.php#L950:
$header_array = apply_filters('cimy_export_header_array', $header_array, $header_array, $field_array);
$field_array = apply_filters('cimy_export_field_array', $field_array, $header_array, $field_array);
Thanks in advance for your consideration.
]]>I was attempting to transfer my userbase from my live site to my development site.
I exported from the live site to CSV (using Cimy).
Then import the CSV into my dev site (using Cimy), MAKING SURE both Email notifications were unchecked.
Send an email to the new users created. UNCHECKED
Send an email to the existing users with the new password. UNCHECKED
But it emailed all my users, anyway, with:
This notice confirms that your email was changed on [SITE NAME].
If you did not change your email, please contact the Site Administrator at [ADMIN EMAIL ADDRESS]
If this email was generated by Cimy, why did it send it if the settings were unchecked?
If this email was generated by WP, why does the setting even exist in Cimy if the plugin can not be prevent the email?
It was bad news that a) my entire user base was emailed, requiring a follow-up email to tell everyone nothing has changed, and b) my low-volume, low-resource development email server was hammered by all the emails.
Fix by either coding the plugin to prevent WP from sending the email if the settings are unchecked, or remove the setting (preferably replacing with a message warning that WP will send emails to all imported users) so that admins are not given a false sense of security.
]]>I’ve been using this plugin for about a year now and it’s been great. I use it in combination with CIMY user extra fields.
I was importing from a .csv the same as usual
Received an error message “Too few arguments in “C:\[websitepath\plugins\cimy-user-extra-fields\cimy_uef_email_handler.php on line 64
Line 64: $welcome_email .= sprintf(__('Password: '.$plaintext_pass)) . "\r\n";
I’ve been importing from the same csv template for a awhile now, as well as used the import feature a bunch of times. This just appears to be a onetime bug as I havent been able to reproduce it.
Has anyone experienced anything similar?
]]>Hi can this plug in import user passwords? Is there any documentation on the order in which the csv fields need to be?
Thanks,
Shaun.
“Warning: set_time_limit() has been disabled for security reasons in …”
Hi,
any way to solve this?
Thanks ??
]]>Using CIMY to add and update users to WP sites.
I am using a subscription ID as the username for new imports (and modifications). This was at the request of the client.
Let’s use the example that we are adding a new user with username “750”.
What I am finding is that sometimes (have not determined if it is everytime) if the USERID matches the numeric USERNAME, the cimy import actually updates the the record instead of adding a new record. So in my example the user with USERID 750 would be updated in applicable fields with “USERNAME 750” data…..and USERNAME 750 is never added to the Wp user database.
Is this a know issue?
]]>I’d like to know if I cab safely upgrade my WP to 3.9
Can someone tell me if Cimy User Manager 1.4.6 is compatible with WP 3.9? The compatibility information has not been updated and there are no votes for the combination yet…
Thanks!
I am having these errors whenever i start to edit user.
Kindly help to solve this issue as a matter of urgency
Undefined index: cimy_uef_AVATR_del in /homepages/17/d401762409/htdocs/staging/parent/new/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php on line 462
Warning: Cannot modify header information – headers already sent by (output started at /homepages/17/d401762409/htdocs/staging/parent/new/wp-content/plugins/cimy-user-extra-fields/cimy_uef_register.php:462) in /homepages/17/d401762409/htdocs/staging/parent/new/wp-includes/pluggable.php on line 896
]]>Hi Marco, Great Plugin,
Is there a way of selectively pick what gets exported? and/or Autoscheduling these downloads?
Thanks
Fred
Hello ,
I think this pulgin fail because, function fgetcsv not work well whit especial characters and accents.
i read some about this problem , but my english is very bad ( :/D ) and my skills are low for check some solution.
php version: 5.2.17
cimy-user-manager version: 1.4.6
thanks in advance.
]]>/wp-content/cimy-user-manager/
is NOT created or webserver does NOT have permission to write on it
The directory has 777 permission…and I get errors when trying to export.
]]>Hi Marco – is there a way to use the CIMY User Manger plugin at WP command line to import a csv file of users ..??.. if so, then instead of manually importing csv files it would be way cool then to schedule cron job that ran command lines to do the importing of users to sub sites on Multisite Network … if not currently available, any feel for what it would take to code an API to allow such a feature with this plugin ..??.. to be continued … cordially, chuck scott
]]>Trying to upload a list of 1400 users that must have a custom ID associated with each. When i try to upload, it states the error:
“userid ‘1686’ is not present in the DB and the username [edited out] is not present in the DB (line 2)”
And nothing imports…
This is what my csv setup looks like:
https://www.filefactory.com/file/50qon9wc1wgl/n/contacts-edited4_csv
Any help would be great!!
]]>Hi,
Plugin works great, but when I do an export to CSV it does not include passwords. I am adding users to vbulletin.com, so it would make the process MUCH easier if we could setup vbulletin.com users with matching passwords.
How do we get the passwords to show in export?
Dean
https://www.ads-software.com/extend/plugins/cimy-user-manager/
]]>The download button doesn’t work. The csv file is created in the specified folder but the download file button doesn’t work. I get the message: Are you sure you wnat to do this. Try again….
https://www.ads-software.com/extend/plugins/cimy-user-manager/
]]>I tried several different ways and never got anything but this error:
ERRORS (1)
no username provided neither ID, whatever you are trying to do this will be skipped (line 2)
Here’s my best attempt at a csv file that I thought should have worked (the last column is a custom user field): https://cl.ly/0V1u2v2Q1r23/download/1.csv
What am I doing wrong?
Thank you.
https://www.ads-software.com/extend/plugins/cimy-user-manager/
]]>Thanks for this plugin!
When I manually add users in my multisite wordpress, they get an activation email and they are given temporary password upon activating. This gives me a way to verify the user’s email is active and that they have logged in and activated their accounts already.
But in this plugin though the account is created, it doesn’t do that activation notification feature. Is there a way you can activate this feature?
Also, I tried checking “Send an email to the new users created.” but it didn’t send an email.
Thanks a lot!
https://www.ads-software.com/extend/plugins/cimy-user-manager/
]]>Cimy User Manager did a fine job of exporting all my user data prior to my having my domain Nuked for a fresh re-start, and now Cimy says “User not in Database” for all users when I try to import them back in.
Question: Can Cimy do what I am trying to do?
Many thanks.
https://www.ads-software.com/extend/plugins/cimy-user-manager/
]]>Is it possible to also update the user_meta fields by putting meta key in column name in some specific format?
Downloaded version do not report any user meta fields btw.
Thanks
https://www.ads-software.com/extend/plugins/cimy-user-manager/
]]>I’ve discovered that if the CSV file produced by CIMY User Manager when exporting the users from one WordPress site has the user IDs the USERID column out of ascending numerical order that one of the users gets modified with the name of the one that is ‘too early’ in the list, which means that a username and email address are mixed up together from two different users.
If I re-order the CSV file so that all the user IDs are in numerical order then the import goes perfectly and new users are created (in a blank WordPress installation) correctly.
https://www.ads-software.com/extend/plugins/cimy-user-manager/
]]>When testing the CIMY plugin I am noticing that if i include a captcha (either reCAPTCHA or the Securimage Captcha) but don’t fill it out during registration then the form displays the correct “ERROR: Typed code is not correct.” message and shows the form to be still completed – however, the user account gets created so that when the form is completed it then says that the username / email already exists!
https://www.ads-software.com/extend/plugins/cimy-user-manager/
]]>Congrats for your great plugin. I would like to ask you to add this option.
When we import the csv file and finds special characters or blank spaces or both in the username, it will replace them with dashes( – ). Also, wherever it finds capitals in the username it will replace them without the capitals.
Or someone else knows how to hack the plugin and add this option?
https://www.ads-software.com/extend/plugins/cimy-user-manager/
]]>I’ve been using this plugin for years and just downloaded the latest version. I’m using it with iThemes Builder for WordPress. What a great plugin. I LOVE the option to make the file more compatible with Excel. Nice job. Where do I go to donate a few dollars?
https://www.ads-software.com/extend/plugins/cimy-user-manager/
]]>Hi Marco,
I’ve noticed that when importing users, if your plugin get a character like “?” it stops importing. For instance if I try to import something like “Madrid,Catalu?a,Murcia” I get something like “Madrid,Catalu”
How can I fix it? Thanks.
https://www.ads-software.com/extend/plugins/cimy-user-manager/
]]>