Log in problem

Post a reply


This question is a means of preventing automated form submissions by spambots.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :arrow: :| :mrgreen: :geek: :ugeek:

BBCode is ON
[img] is ON
[url] is ON
Smilies are ON

Topic review
   

If you wish to attach one or more files enter the details below.

Maximum filesize per attachment: 1 MiB.

Expand view Topic review: Log in problem

Re: Log in problem

by axew3 » Wed Feb 22, 2017 12:48 pm

Just released!
remember your phpBB version need to be at least 3.1 or better

[EDITED 24 feb]
p.s the file
/wp-content/plugins/wp-w3all-phpbb-integration/addons/bcrypt/bcrypt.php
has been just updated, to get a valid random seed where
openssl_random_pseudo_bytes()
is not available. If still experiencing problems about pass, please update the mentioned file, look here:
https://wordpress.org/support/topic/fix ... st-8841712

Re: Log in problem

by Ronald Jin » Tue Feb 21, 2017 11:50 pm

When will 1.6.3 be released?

Re: Log in problem

by axew3 » Tue Feb 21, 2017 10:24 pm

the problem about passw in WP has been resolved, but applied on next coming soon 1.6.3.

Re: Log in problem

by axew3 » Tue Feb 21, 2017 5:52 pm

yes, you can see that if you use a pass like:
zVg%)4hK$wvDhEmr^?=)&

the pass isn't recognized on wp if changed in phpBB and viceversa.

while if you use a pass like (that do not contain some specific chars):
zVg%)4hK$wvDhEmr(Ygj

it is recognized on both.
Which until now nobody have answer why.

i'm over just today, and the entire topic about at phpBB.com:
https://www.phpbb.com/community/viewtop ... &t=2410311

any help on the very latest reply i've do, about different result for crypt() will be REALLY appreciated!

Re: Log in problem

by Ronald Jin » Tue Feb 21, 2017 2:43 am

It seems user is registered on both WP and phpbb, but when I try to log in, it always says 'password is incorrect'.
Maybe it is caused from difference of password hashing method of WP and PHPBB?
What should be the solution?

Re: Log in problem

by Ronald Jin » Tue Feb 21, 2017 1:25 am

So, to explain about my situation in detail, I am using WooCommerce plugin, and users are registering by using its checkout registration.
I don't think Woocommerce checkout registration is much different from default wp user registration, but it just do checkout at same time.
After integrated wp_w3all plugin, I can register to my WP with the original phpbb accounts.
But when I register new user on WP, users are successfully registered, but can not log in. It always automatically redirects to the homepage without log in.
Please let me know if there is a way to solve this problem.
Thanks.

Top