The wp-create-user tag has no wiki summary.
0
votes
1answer
646 views
What's the difference between wp_insert_user() and wp_create_user()
I know the former allows additional parameters, so you can more user info, but other then that, why do both exist?
The specific reason I want to know is that wp_insert_user() is happening REALLY ...
0
votes
2answers
1k views
Send automatic email to user after wp_create_user
So, here is some code I came up with -- It works, but now I need it to send the username and password it generated to that email address automatically ?? Also the first and last name isn't recording ...
0
votes
1answer
201 views
Have users created automatically when a network site is created
Trying to figure out how to have users created automatically when a network site is created.
So currently when a new user registers, their account is created and their network site is created. That ...
1
vote
1answer
431 views
Data sanitization for user registration and user login
What kinds of data sanitization I have to do if I make a front end login and registration system for wordpress users?
For login function wp_signon() should I escape the data for
possible sql ...
1
vote
1answer
482 views
wp_create_user not properly entering password
I'm trying to create a new user after someone fills out a form. I'm using wp_create_user to do so. A user is being created properly, but, for whatever reason, no password is being submitted to the ...