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