Welcome to the vBulletin support forums! In our community forums you can receive professional support and assistance with any issues you might have with your vBulletin Products.
I don't know how you would do this without using the API. You would have to read the documentation of the password functions in PHP. http://php.net/manual/en/book.password.php
We use Blowfish hashing by default with vB5.In /core/libraries, there is a password compatibility class that we used when we supported PHP 5.4.
Translations provided by Google. Wayne Luke The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API - Full / Mobile
Vote for your favorite feature requests and the bugs you want to see fixed.
where $password is the posted password and $salt is 'secret' , but not working as expected
it produce wrong hash not equal to 'token' hash , think the problem in $salt
Translations provided by Google. Wayne Luke The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API - Full / Mobile
Vote for your favorite feature requests and the bugs you want to see fixed.
Translations provided by Google. Wayne Luke The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 API - Full / Mobile
Vote for your favorite feature requests and the bugs you want to see fixed.
The transition from 5.05 to 5.17 removed the Password & Salt from the user table in the database and apparentkly replaced these values with secret and token.
Comparing these values, it would...
We are working on a Single Sign On script, where the user logs into our system, and they are automatically signed into their corresponding VBulletin account as well. We are setting their VB password as...
Tue 29th Dec '15, 7:20am
Working...
X
We process personal data about users of our site, through the use of cookies and other technologies, to deliver our services, personalize advertising, and to analyze site activity. We may share certain information about our users with our advertising and analytics partners. For additional details, refer to our Privacy Policy.
By clicking "I AGREE" below, you agree to our Privacy Policy and our personal data processing and cookie practices as described therein. You also consent to the transfer of your data to our servers in the United States, where data protection laws may be different from those in your country.
Comment