Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Cristian Antohe

    (@sareiodata)

    Hi,

    This feature isn’t available in the Pro version either.

    However, we’re actively working on Profile Builder 2.0 that dose have this feature. Unfortunately it’s a few months away until we’re done.

    I’ll post how to soon, I’m just finishing one of my other plugins 1st.

    Its about 1 line of code or even half a line.. No need to wait months!!!

    Thread Starter seahawkfan12

    (@seahawkfan12)

    Aljo, that would be awesome! I would be happy to chip in for the development cost as I am sure others would be too.

    Hey aljo, I will be also happy with your code! Please help me!!
    I’ve been spending days for the auto login problem.
    First time, I put wp_signon() in the redict filter:

    $creds = array();
    	$creds['user_login'] = $username;
    	$creds['user_password'] = $userpass;
    	$creds['remember'] = false;
    	$user = wp_signon( $creds, false );
    	if ( is_wp_error($user) ){
    		echo '<script>window.alert("login failed");</script>';
    		echo $user->get_error_message();
    	}

    Because it worked well, I deleted the plugin folder “profile-builder” (I have purchased hobbyist and “profile-builder” was deactivated). Then, the setting data has gone! What a catastrophe!!

    I installed “profile-builder” and “hobbyist” again, and set all things again.
    Now my code for auto login doesn’t work. So frustrated..

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Auto Login after Registration’ is closed to new replies.