![]() |
How to Fix: "Authorization code mismatch" issue in MyBB 1.8.16+ - Printable Version +- D&D Forums - MyBB Plugins & Themes (https://developement.design/forum) +-- Forum: MyBB Ressources (https://developement.design/forum/forumdisplay.php?fid=5) +--- Forum: Free MyBB Themes (https://developement.design/forum/forumdisplay.php?fid=7) +---- Forum: Support (https://developement.design/forum/forumdisplay.php?fid=12) +---- Thread: How to Fix: "Authorization code mismatch" issue in MyBB 1.8.16+ (/showthread.php?tid=672) |
How to Fix: "Authorization code mismatch" issue in MyBB 1.8.16+ - OnlyTechNation - 10-26-2018 Original Post made by Shade at MyBB (I take NO credit for this fix) Quote:MyBB 1.8.16 introduces some crucial changes aimed towards better security regarding users authentication. Templates containing login forms must be updated in order to comply with these changes; otherwise, you will stumble upon the following error:NOTE: You MUST edit all your themes that are causing this issue. Most custom themes may not have the<form action="member.php">. It might be labeled something a little different, but it will have the "<form action=", just paste your new code underneath it and save your template. If your template does not have the <form action="member.php"> code at all, you are still required to add the new code into the template. Just paste the code somewhere and save the template. This should fix your login issue. Please give credit where credit is do. |