LOCKED OUT

LOCKED OUT

by Nithyasatya Ananda -
Number of replies: 2

I got locked out of moodle as I enabled https while configuring authorise.net.

Can someone tell me a workaround.

రేటింగుల సగటు: -
In reply to Nithyasatya Ananda

Re: LOCKED OUT

by Gordon Bateson -
Core developers బొమ్మ Peer reviewers బొమ్మ Plugin developers బొమ్మ
If you can access you database via your hosting control panel, or a tool such as phpMyAdmin, then you can disable https by locating the "loginhttps" record in the "config" table, and then setting the value to "0".

Assuming that your table prefix is "mdl_", then the following SQL will reset this setting:
UPDATE mdl_config SET value='0' WHERE name='loginhttps';

hope that helps
Gordon