• Resolved antoinegdln4

    (@antoinegdln4)


    Hi !
    It has been two weeks since i download this plugin.
    And i have not see a major issue since the beginning… New users are unable to log in.
    They can register. If they registrer, they activate their accounts (buddypress) .. and then , they have to log in. Problem : the password is wrong. You can change the password many times, it’s all the same : error, wrong password. Delete the user ? Okey. But when i check the Database, it appears that the user is not deleted.
    I unabled all my plugins, one by one… nothing…
    Only when w3all was unabled, it was okey… There is no 999 WP-PHPbb bridge….
    Maybe you have seen this issue before…
    Thanks by advance,
    Antoine

Viewing 15 replies - 1 through 15 (of 24 total)
  • Plugin Author axew3

    (@axewww)

    they activate their accounts (buddypress)

    Delete the user ? Okey. But when i check the Database, it appears that the user is not deleted.

    There is no 999 WP-PHPbb bridge

    confused, not possible understand scenario/problem, only that users can’t login, that is very strange. Read documentation about WP_w3all in case about users deletion and how it need to be executed.
    https://www.axew3.com/w3/cms-plugins-scripts/wordpress-plugins-scripts-docs/wordpress-phpbb-integration/

    what’s buddypress, 999 WP-PHPBB ??

    Thread Starter antoinegdln4

    (@antoinegdln4)

    Buddypress ??
    >> . I use it for manage my community.

    By “999 WP-PhpBB” i mean there is no many bridges… Only Two. W3all and BridgeDD.

    I think there is a conflict … because users who can’t login.. (wrong password)… never seen that..

    (You can change the password as you want, it stay a wrong password)

    Plugin Author axew3

    (@axewww)

    do you have buddypress installed, and you want also integrate phpBB?

    Thread Starter antoinegdln4

    (@antoinegdln4)

    Yes.
    It was working wih BridgeDD. The onlyproblem was BridgeDD does not support phpBB 3.1 and i want to update my forum.

    Plugin Author axew3

    (@axewww)

    ah! sorry, i see… it is not BBpress, it is buddypress created by WP developers…
    i will take a look as soon i can to this thing

    Thread Starter antoinegdln4

    (@antoinegdln4)

    Okey, thanks

    Plugin Author axew3

    (@axewww)

    i’ve just install buddypress, testing a login, and even an email change on profile and all work fine here. I will test more as soon i can.

    • This reply was modified 8 years, 4 months ago by axew3.
    Plugin Author axew3

    (@axewww)

    p.s the test is even done on a test localhost install with wp4.6 and phpBB 3.2

    Thread Starter antoinegdln4

    (@antoinegdln4)

    Registrer is ok. But if i try Login, it says wrong password.
    WP 4.6, phpBB 3.0.14

    Plugin Author axew3

    (@axewww)

    testing now … registration on WP side …
    after registrations through buddypress page, clicking on email reg. confirmation:
    Your account is now active!
    test login …
    login OK, user activated on phpBB.
    I note, it was added correctly as NOT active, into phpBB also, and so activated correctly, after my confirmation. And in WP_w3all i’ve not setup, the option “activate phpBB account after WP confirmaiton.

    I will test more … can you maybe describe exactly what steps you do?
    User reg in WP, so wait email, than click email confirmation etc …

    • This reply was modified 8 years, 4 months ago by axew3.
    Thread Starter antoinegdln4

    (@antoinegdln4)

    OK.

    Registration to website -> Ok
    Email confirmaion -> Ok, please activate
    Click on link Activate -> Your accoungis active. log in.
    Log in. Error Wrong Password.
    Reset password. Receive email for reset, click on link.
    Passwrd reset ! Log in. Still Wrong password.
    It makes that for every new users.

    Plugin Author axew3

    (@axewww)

    Nothing, all work fine. I’ve just only discover a bug instead about avatars and buddypress: to get avatars of WP_w3all with buddypress by the way, was required only to edit a single setting:
    class.wp.w3all-phpbb.php
    add_filter( 'get_avatar', array( 'WP_w3all_phpbb', 'wp_w3all_phpbb_custom_avatar' ), 1 , 5 );
    changed with:
    add_filter( 'get_avatar', array( 'WP_w3all_phpbb', 'wp_w3all_phpbb_custom_avatar' ), 10 , 5 );
    and all work fine also with avatars and buddypress. The online version will be updated with this latest fix immediately. This unfortunately do not resolve your problem, at moment.

    • This reply was modified 8 years, 4 months ago by axew3.
    Thread Starter antoinegdln4

    (@antoinegdln4)

    No… maybe it’s a conflict with another plug-in…

    Thread Starter antoinegdln4

    (@antoinegdln4)

    I use the theme Brooklyn.
    There are all my plugins :

    Desktop Notification
    BuddyPress Notifications Widget
    BuddyPress
    Twitter Tweets Box
    Challonge
    Contact Form 7
    Easy Theme and Plugin Upgrades
    Google Analytics Dashboard for WP
    WPBakery Visual Composer
    Leaflet Maps Marker
    Mass Messaging for Buddypress
    Ninja Forms
    Remove Dashboard Access
    Slider Revolution
    Shortcodes Ultimate
    UpdraftPlus
    Portfolio Management by United Themes
    Pricing Tables by United Themes
    Shortcodes by United Themes
    Twitter by UnitedThemes
    Yoast SEO
    W3all WP-phpBB
    WP Smush
    MailPoet Newsletters

    Plugin Author axew3

    (@axewww)

    no one should interact, looking to list and ideally to what they maybe should modify in Wp.
    Waiting for next earthquake shake and doing a bad the … just rethinking a while …
    login problem.
    user can’t get his password correct …
    can’t be an hash problem on phpBB, as the user is created on WP than with his pass inserted into phpBB. So WP pass is stored equally as is into phpBB.
    The user can login phpBB with the password?

    • This reply was modified 8 years, 4 months ago by axew3.
Viewing 15 replies - 1 through 15 (of 24 total)
  • The topic ‘Major Issue with login’ is closed to new replies.