• Resolved JustBruno

    (@justbruno)


    Hi I installed the 2FA plugin and configured for a couple of users but when they log out and then log back in they are not asked for the authentication. The only thing I can think of is that there may be a conflict with the Profile press log in.

    Please let me know of any compatibility matters or if you think it might be something else.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author as247

    (@as247)

    Hi @justbruno I think you can try to disable Profile press log in and see if it still not working.

    I use wp_logout action to clear wp2sv session, but wp_logout is pluggable function that mean other plugin may replace default wp_logout function with their function, and they may forgot to trigger wp_logout action

    https://developer.www.ads-software.com/reference/functions/wp_logout/

    If there is plugin overwrite wp_logout function and forgot to add do_action( 'wp_logout', $user_id ); you can fix this by add it.

    Thread Starter JustBruno

    (@justbruno)

    Thanks, I will try this on Saturday when fewer people are logging in. I’ll let you know.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Profile Press compatibility’ is closed to new replies.