Password wrong when login

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • teambanaodao
    New Member
    • May 2018
    • 3
    • 3.8.x

    Password wrong when login

    Hello my forum have a problem.
    When user register new account or change password they can not login with this password. I don't known why ?

    Here is password 123456 then forum encode to md5 in database

    password : salt
    +----------------------------------+------+
    | password | salt |
    +----------------------------------+------+
    | 343e636da556961b8fa21a8ff63182ac | rU9 |
    +----------------------------------+------+

    So i can not login with password : 123456789. Please help me!
  • Wayne Luke
    vBulletin Technical Support Lead
    • Aug 2000
    • 73981

    #2
    To update a password directly in the database you would have to use:
    Code:
    UPDATE user SET password = MD5(CONCAT(MD5('new-password'), salt)) WHERE userid = 1
    Please make sure that you're using vBulletin 3.8.11 and PHP 5.6.0 or higher but not PHP 7.2.
    Translations provided by Google.

    Wayne Luke
    The Rabid Badger - a vBulletin Cloud demonstration site.
    vBulletin 5 API

    Comment

    widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
    Working...