Skip to:
Content
Pages
Categories
Search
Top
Bottom

[Resolved] After registration the user password is not saved


  • MagicFire
    Participant

    @magicfire

    Hi,

    I have this problem. After user is registered, he is automaticaly logged. But after he log out, it is imposible to log in again. I’ve search why and find out that the password used in registration is not saved in database.
    Dou anybody know where is the pice of code, in which I can find the procedure handling this action, saving password to DB after registration?

    I’m using BP v.1.5.2 with WP 3.5.

    Thanks for help.

Viewing 5 replies - 1 through 5 (of 5 total)

  • MagicFire
    Participant

    @magicfire

    I found out,that this is probably handling in the class WP_Users in _put_user( $args = null ). But I couldn’t find where is the problem.

    if ( $ID ) {
    	$db_return = $this->db->update( $this->db->users, compact( $fields ), compact('ID') );
    } else {
    	$db_return = $this->db->insert( $this->db->users, compact( $fields ) );
    	$ID = $this->db->insert_id;
    }

    I guess that this stores all the data in DB.Found nothing wrong.


    MagicFire
    Participant

    @magicfire

    Find out. It was interfering plugin.


    danbpfr
    Participant

    @chouf1

    not sure that this config   BP v.1.5.2 with WP 3.5 is the best


    MagicFire
    Participant

    @magicfire

    Why do you think? I got this site after my predecessor, so I wasn’t involved in the decision process.
    The BP v1.5.2 is out of date (I know that there is newer version)? Or just this combination of these two verions isn’t good?


    danbpfr
    Participant

    @chouf1

    I got this site after my predecessor, so I wasn’t involved in the decision process.

    Who cares !

    Latest stable BP is version  1.6.3 and yes combining slightly different things is not the best practice.

    Recommandation is to use it on WP 3.5
    Read here in the sidebar:
    https://wordpress.org/extend/plugins/buddypress/

    BP 1.5.2 required at least WP 3.3 (déc. 2011)
    changelog https://codex.wordpress.org/Version_3.3
    changelog https://codex.wordpress.org/Version_3.4
    changelog https://codex.wordpress.org/Version_3.5

    Also what theme do you use and have you deactivated all plugins while debugging ?
    Passwword management is done by WP

    Anyway, you need to fix WP registering first on twenty10, than together with BP on the bp-default theme

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Resolved] After registration the user password is not saved’ is closed to new replies.
Skip to toolbar