Xucce
Error:Authorization code mismatch) - FIX - Printable Version

+- Xucce (https://xucce.com)
+-- Forum: Forums (https://xucce.com/forum-1.html)
+--- Forum: MyBB Development (https://xucce.com/forum-4.html)
+---- Forum: Tutorials (https://xucce.com/forum-11.html)
+---- Thread: Error:Authorization code mismatch) - FIX (/thread-65.html)



Error:Authorization code mismatch) - FIX - Erik - 06-04-2025

If you install a new theme sometimes you get this error when you try to loginĀ 
Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.

Lets see how to fix it



Admin control panel >> template & style >> tempaltes >> your templates >> portal templates>>member_login

Before this

Code:
</form>

Add this
Code:
<input name="my_post_key" type="hidden" value="{$mybb->post_code}">

Do the same to the following templates
  • portal_welcome_guesttext
  • error_nopermission
  • header_welcomeblock_guest