Can't log into site

Permalink
Earlier today, I moved my system login page to a different place in the site map. I now can't log in via the regular login page or the dashboard login page. I get page not found on the page: /index.php/login/do_login. How can I recover from this?

Thanks....

 
goodnightfirefly replied on at Permalink Best Answer Reply
goodnightfirefly
Through phpMyAdmin (or your preferred database manager), browse to your site database and go to the PagePaths table.

Search for the row containing your '/login' page.

Change the ppID of your '/login' row to be the cID of your '/dashboard/home' row.

Example: My '/login' row has
ppID: 123
cID: 111


and my '/dashboard/home' row has
ppID: 103
cID: 107


So I would change the '/login' ppID from 123 to 107.
oakhill replied on at Permalink Reply
Thanks very much. That fixed it.
goodnightfirefly replied on at Permalink Reply
goodnightfirefly
Glad to hear it! Could you please mark my reply as Best Answer?
oakhill replied on at Permalink Reply
Done :)