Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter JohnDT

    (@johndt)

    All sorted, a case of word blindness.

    The user name was not correct in LoginWP.

    Corrected the name now all ok,

    If your site URL in wp_options and user details in wp_users are correct than It is probably a URL re-direction issue. It seems that you are using LoginPress plugin to redirect logins, make sue you update new user details and rules /fallback redirect there.

    If it doesn’t work. Try temporarily disabling “Login redirects” and try to login with 2025 user details and see it works.

    If above exercise doesn’t work, look for any custom coded redirects such wp_redirect() or add_filter( ‘login_redirect’, ‘custom_url’ ) mentioned in any custom plugin or in your theme folder functions.php or any hard-coded URL in .htaccess file, then you need to update that accordingly as well.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Member login issue’ is closed to new replies.