• Resolved woorooo

    (@woorooo)


    Hi,

    Is there a way to make it compatible with UsersWP? It allows logging in and registering from any page of the website via a popup modal, but as is – it doesn’t log in or out or redirects after registering.

    Thank you,

    Roman.

Viewing 1 replies (of 1 total)
  • Plugin Contributor iSaumya

    (@isaumya)

    Hi Roman,
    As far as I understand from your message, I don’t think so. You see you can definitely use popup and Ajax calls or WP REST API to create users via javascript but auto login them won’t work as that will require cookies in the page header which won’t be present when the page is cached.

    So, if you are using it on certain pages you can bypass those pages from caching or after the user id is created you can redirect them to a login page (which will be bypassed from cache) and from there they can log in.

Viewing 1 replies (of 1 total)

The topic ‘UsersWP Compatibility’ is closed to new replies.