andreuka Posted August 27, 2016 Share Posted August 27, 2016 Hi! I trying to integrate IPB 4 Forum to login with whmcs account credentials using External Database method. How can I reproduce password hash? I tried: password_hash('password', PASSWORD_BCRYPT, array( 'salt' => 'securityqansColumn' )) But it gives me another string always Any suggestions? Thanks! - - - Updated - - - Figured it out! To verify password need to use another function! password_verify('password', 'hashed string') Maybe it will be usefull for some one ! 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.