Login page pointing to 3rd party login. Locked out

Re: Login page pointing to 3rd party login. Locked out

por Marko Vidberg -
Número de respostas: 0

If you have access to the config.php file, try adding the following line to the bottom of it:

$CFG->alternateloginurl = '';

Then attempt to login to your moodle site again.