Skip to:
Content
Pages
Categories
Search
Top
Bottom

User defined password, not saving


  • 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.

    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.
    It inserts the nicename,url,user_name, but not the password, or the activation key (which appears in email). The sends email is also without password (nor the user defined or generated one).

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

    Thanks

  • You must be logged in to reply to this topic.
Skip to toolbar