-
haxxxton posted on the forum topic Attempting to write new user password to database in the group How-To and Troubleshooting: 14 years, 5 months ago
managed to fix this issue by writing the following
$wpdb->query($wpdb->prepare("INSERT INTO
wp_users(user_login, user_pass, user_nicename, user_email, user_url, user_registered, user_status, display_name) values ('$user_login', MD5('$user_pass'), '$user_nicename', '$user_email', '$user_url', '$date_registered', '$user_status',…
[Read more] -
haxxxton posted on the forum topic Attempting to write new user password to database in the group How-To and Troubleshooting: 14 years, 5 months ago
Hi Paul, im not wanting to create my own hash.. i just want to write the user information to the database without using the default bp_core_screen_signup function.. so i am using a database query to manually add the data to the wp_user database table.. the problem is that the hashed password isnt correct.. can you […]
-
haxxxton started the forum topic Attempting to write new user password to database in the group How-To and Troubleshooting: 14 years, 5 months ago
Hey guys, I have created a new sign up form as i need it to be a lot more complex than the standard wordpress sign up or even what register plus etc can provide. The problem I am having is when writing the password to the database. currently i am using
$password = wp_hash_password($_POST);
and […] -
haxxxton joined the group How-To and Troubleshooting 14 years, 5 months ago
@haxxxton
Active 8 years, 8 months ago