Registering a New User from an authenticated user
-
I’ve been trying to call the register_new_user() function from a plugin which is only available to logged-in users. IOW, I’m looking for a way for an authenticated user to register on behalf of someone else.
But I keep running into road blocks involving additional core modules that need to be included and objects which are expected to be initialized when they are not.
All of the problems seem to be around expectations in the code that the process is NOT being executed by an already logged-in user.
Has anyone found a way around this apparent limitation?
- The topic ‘Registering a New User from an authenticated user’ is closed to new replies.