Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author bnovotny

    (@bnovotny)

    Hi, thanks for the input. What theme and what other plugins are you using? I have a ‘Failed Security Verification’ for the registration form. Normally after a user registers it sends them to the login page and sends a message to the user to check their email. I have a Failed Security Check for the profile page however the new user should not be sent their until after they login, which could be the reason you are getting that message. That is also the WordPress default error message I believe that is sent when the nonce is not verified. We use the nonce for security measures so it reduces the chances of XSS (Cross Site Scripting). Another thing, are you on a test machine or is the site live. If it is live you can send me the link so I can try it myself and see what is happening, or make me an admin for a short time so I can look at the backend to better figure out what is going on. Hard to tell from a brief description. My best guess is that either another plugin is misfiring or the theme or the user is redirected to a off limits admin page after they register. Let me know the address of the page the user is sent to after they register for starters so I can eliminate that problem first.

    Thread Starter ourlucini

    (@ourlucini)

    Hi, thanx for quick answer. I have a live site, please write me on email [email protected] and I provide you with admin access to the site

    Thread Starter ourlucini

    (@ourlucini)

    The list of plugins which could influence on login form: All In One WP Security,
    Birds Custom Login, WP Roles at Registration, newsletter and your plagin.
    (theme : storefront)
    (wocommerce ver : 2.5.5)

    This error I have only if User Registration Aide is activated. Error is on page /wp-login.php?action=register
    In plagin admin panel I made:
    ‘Choose to redirect users to a different page than default WordPress page after successful registration: yes’
    And I also wrote the adress of the main page below.

    Plugin Author bnovotny

    (@bnovotny)

    I see, it looks like you have several plugins that work off of the WordPress registration & login form. It is a matter of a plugin firing before it is supposed too while using one of WordPress actions. Also, where is the redirect going to? That could also be the problem. I will email you so you can let me access the site. My guess though off the top of my head is that after they are redirected after registration they are going to a secure page that they are not authorized to access, or one of the plugins is calling the same WordPress action and they are conflicting. Shouldn’t be too hard to fix once I see it in person.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Failed Security Check’ is closed to new replies.