• Resolved horgster

    (@horgster)


    Hey!

    After upgrading “Login with VIPPS” to version 1.0.12,
    the new users created with Express Checkout is not authorized in “All-in-one WP security”.

    New users are in “Pending” mode for manual approval.

    This was working in version 1.0.10

    Please help and fix!

    Best Regards
    Horgster

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter horgster

    (@horgster)

    Hey!

    An little update from me.
    The regular “Login with VIPPS” creates new users and approves it in “All-in-one- WP Security”.

    It is only when the user is created during VIPPS EXPRESS CHECKOUT that the problem occours.

    Perhaps you have forgot to run this filter during this creation of new customers during the VIPPS Express Checkout?

    add_filter(‘continue_with_vipps_before_woocommerce_user_login’, function ($user, $session) {
    update_user_meta($user->ID,’aiowps_account_status’, ‘approved’);
    }, 10, 2);

    Cheers
    Horgster

    Plugin Author Iver Odin Kvello

    (@iverok)

    Hello,

    The Express Checkout user creation logic is independent from the Login with Vipps logic, so the usermeta isn’t set for these accounts (and the above filter isn’t ran).

    I agree that these accounts should be “confirmed” as per the same logic as for Login w Vipps, so this will be added in next release. There will also be a hook in the user creation logic that will allow you to modify the behaviour here.

    Thread Starter horgster

    (@horgster)

    Hi @iverok

    Thanks.
    Do you have an ETA on this?

    Cheers
    Horgster

    Thread Starter horgster

    (@horgster)

    Hi @iverok

    Would it then also be possible to modify the format of the “UserName”, “NickName” so that it will be possible to have same standard in “Login with VIPPS” and ExpressCheckout?

    Cheers
    Horgster

    Thread Starter horgster

    (@horgster)

    ups; wrong thread regards to naming standard for “UserName” and “NickName”. Answered in wrong thread!

    Sorry

    Thread Starter horgster

    (@horgster)

    Hi @iverok!

    Thanks for fixing this, it works in the new version for “Checkout with VIPPS” v1.6.5

    Plugin Author Iver Odin Kvello

    (@iverok)

    Glad it worked!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘User not authorized in “All-in-one- WP Security” after upgrading to 1.0.12’ is closed to new replies.