Login redirect url error

Very good,

A few days ago I realized that the Authentication (login) section located in the footer of my website did not work correctly for users. The problem I found is that clicking on Authentication sent you to an error page: */?login=failed

I looked for solutions both in this and in other forums or websites and I found some guides. Following the different steps in this guide (I realized that if I deactivated the Google Captcha plugin (reCAPTCHA) I could solve the error. But not completely, since clicking it did not redirect me to */login.php but redirected me to * /wp-login.php?redirect_to=https%3A%2F%2Fwww.ingeniobcn.com%2F

Some things I have done have been:

– Delete the login.php file and replace it with a new one. In case it got corrupted.
– Edit the config.php file by adding the following lines of code:
define(‘WP_HOME’,’https://www.ingeniobcn.com’);
define(‘WP_SITEURL’,’https://www.ingeniobcn.com’);
define(‘ADMIN_COOKIE_PATH’, ‘/’);
define(‘COOKIE_DOMAIN’, ”);
define(‘COOKIEPATH’, ”);
define(‘SITECOOKIEPATH’, ”);
– Change the unique authentication keys in the config.php

I currently have the plugin disabled, which I don’t like since I lose a great security plugin, but at least users can log in. But obviously I have not solved the error.

Even accessing the Chrome console I can see how the redirection continues to appear:

Can you give me any idea where this error can come from or how to fix it?

Thanks in advance,

David

Web:
WordPress: 4.8.3–es_ES

Site URL: Content only visible to registered users

Quote

Answered : 04/11/2017 1:08 pm

Loading Facebook Comments ...
Loading Disqus Comments ...