MyBB Community Forums

Full Version: Authorization code mismatch - login
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I've changed my theme to Osmion, and i've colorized it, change some stuff.

Then i tried to log in, "Authorization code mismatch", so i tried this solution

https://community.mybb.com/thread-218862.html


And still not working, i've removed all plugins, not working...

But, default theme is working and i can log in.



Thanks.
Have you applied the my_post_key code for the other login templates if you are trying to login through them?

Portal Templates > portal_welcome_guesttext
Member Templates > member_login

Also open Templates > Your theme > Ungrouped Templates > Headerinclude

Replace this
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1806"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1806"></script>

With this
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1813"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1813"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1817"></script>