Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 512573

Create simple membership user through custom registration page

$
0
0

Replies: 0

I have created a custom registration page with php in wordpress. It stores all the necessary userdata in a custom database, along with in the wp-user database. I’ve also made sure it sets all the necessary fields in the wp_swpm_members_tbl.
I’ve used the SwpmUtils::encrypt_password($plain_password); function to encrypt the password, as the documentation mentions here: Simple Membership Plugin Documentation
Next, I set the user to active though the WordPress admin dashboard. After then logging out of wordpress and navigating to the default simple-membership login page and entering the right login data of the new user, the login page then responds with “Password empty or invalid”, even though all login data is correct. Does someone have a solution for this situation?

I’m working in an xampp environment

  • This topic was modified 30 minutes ago by strangelake.

Viewing all articles
Browse latest Browse all 512573

Trending Articles