user registration
-
Hi,
Is it possible to register users with the api?
As admin I’m able to create users. However, when a user is logged out I get this message in the console: Sorry, you are not allowed to create users. In the code I see the plugin checks if ( ! current_user_can( ‘create_users’ ) ) before creating a user. Is there any other way? Should I extend the API or just use admin-ajax.php?
Thanks for your thoughts!
- The topic ‘user registration’ is closed to new replies.