WordPress has not a status functionality.
How are you managing it?
Ahh…so this is an Ultimate Member feature, so you can’t associate that with anything. Thanks.
I am not an UM user. How UM manages it? Do you know?
Not the specifics, but UM has a ‘status’ field that they use on users to specify whether an account is approved, pending review, rejected, etc. I suspect UM doesn’t support setting this field on import, trying to find out via the support forum for that plugin.
Yes, I know but I need how it is done in data/code.
I have no this plugin so I cannot study it to prepare the compatibility.
I am not familiar with the UM code and I am not sure the status can be set on an import. Trying to find out and will let you know if I learn anything.
@rodandar,
Can you ask them? It would be great if we could do this compatibility.
I have no UM available, so I cannot read the source code.
Well, I tried using the option to force a password reset on first login with the WP User Manager plugin, and I get the same problem as with UM.
I have it working perfectly.
Anyway, you can deactivate this option, or you can debug it. Maybe in your site there is something more creating the problem.
Well, I’m not sure how you define ‘working perfectly’ – I am able to get the behavior to work, but it takes the user into the wordpress admin UI to make the change where what I really want is to send the user to the WP User Manager reset password screen.
Yes, it takes me to WP User Manager reset password screen.
As I told you, debug it into the code to check what’s happening in your site.
Here is the message I am getting via the debug:
Notice: Trying to get property ‘post_content’ of non-object in /home/569799.cloudwaysapps.com/gmeznusedt/public_html/wp-content/plugins/import-users-from-csv-with-meta/addons/wp-user-manager.php on line 27
Any idea what this means?
Really strange, in your case global $post is not an object :s
I’m not sure what that means exactly or how I would have any real control over that…
You can debug it. I cannot do it from here.