• hi,
    first of all, congrats for the great product you have developed.
    We run into a strange problem. We have enable hide backend on a developement site.
    When user registered we automatically redirect him to wp-admin with wp_signon.
    But the admin_url redirection, return not_found (sign that wp-security not allow to show the backend). What is more strange, that if we log out and we log try to log in again, the admin dashboard appear without a problem.

    If you can suggest me a way to solve this problem, please let me know
    All best.

    https://ww.wp.xz.cn/plugins/better-wp-security/

Viewing 1 replies (of 1 total)
  • I found a workaround.
    wp_sign_on has a second variable to use or not $secure_cookie. If is set to true the user will not be logged in. If is set to false the user logins fine.

    Is this a security issue or not?

Viewing 1 replies (of 1 total)

The topic ‘Strange not found error on wp-admin’ is closed to new replies.