Announcement
Collapse
No announcement yet.
Password error on localhost
Collapse
X
-
Thanks Wayne. I'll get libargon installed on my local machine and hopefully that resolves the issue.
-
Your localhost version of PHP doesn't support the password scheme that your password uses. Most likely cause is that the PHP version on your new server has been updated as well. PHP Version is actually more relevant than database version most of the time. vBulletin uses some very basic queries for both performance and supporting MySQL 5.6, which is also old. If I had to guess, you don't have ARGON2ID support within PHP on the local host and have a password stored with the Argon2ID password hashing scheme.
In PHP 7.3+, the Argon2ID password hashing scheme is preferred. It is generally more secure than the older bcrypt hashing in PHP and has mechanisms to help prevent both side-channel and GPU cracking attacks. vBulletin will set this at the default password scheme if it is exists on the server. When moving to a new server (your localhost), vBulletin will not know how to process Argon2ID if it is not present. The best solution would be to make sure the Argon libraries are available to PHP. This is generally done by installing libargon on the localhost server.
Otherwise, you should:- Remove the argon2id line from /core/includes/xml/pwschemes_vbulletin.xml
- Disable EMAIL in your /core/includes/config.php until an email server is available (Can use Google via SMTP).
- Register a new user.
- Elevate that New User to Administrator using Tools.php.
- Change the original Admin's password.
Last edited by Wayne Luke; Wed 21 Apr '21, 8:12am.
Leave a comment:
-
Password error on localhost
I've maintained a copy of my production site on my local machine and periodically copy the database from our production site to my machine.
Two major things have changed. We moved hosts (the new host uses MariahDB and upgraded from 5.5.? to 5.6.4
Since then, I have been unable to log into VB on my local machine and get the following error
Code:You do not have a valid password configured for your account. Please reset your password via the [URL="http://localhost/vb5/lostpw"]reset password link[/URL].
Thanks much,
Chris
Tags: None
Related Topics
Collapse
-
by elektro-kotHello. I'm trying to complete a small project on my site - external authorization of vBulletin users to Piwigo gallery, but there is a small problem - I don't know the password encryption method/scheme...
-
Channel: Support Issues & Questions
Sat 1 Aug '20, 1:32am -
-
by petecHi,
We were running an old v3 forum and linked this to our in house systems so we could sync the users password across our system and the forum.
Since upgrading to v5.6.4 this...-
Channel: Support Issues & Questions
Fri 23 Oct '20, 8:31am -
-
by w4term4nToday my host has been doing maintenance for hours and when I return my website to online I try to log in with my user account or log in as admin and the following message appears ... Is it the fault...
-
Channel: Support Issues & Questions
Wed 13 May '20, 11:49am -
-
by elindoSo I need to change the administrator password and my cpanel password again.
What would happen to the VBulletin website or settings if I change my admin password? I know somewhere during...-
Channel: Support Issues & Questions
Thu 29 Jun '17, 6:28am -
-
by LostvegasvBulletin Version: 5.44
PHP: 7.23
MySQL: 5.6.19
I use the API to create users and to login from an external site, but I can't change the password of an existing account....-
Channel: Support Issues & Questions
Fri 9 Nov '18, 3:19am -
Leave a comment: