MyBB Community Forums

Full Version: Trouble logging in
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Whats up everyone,

Whenever I try to log in, it doesnt allow me and it reads as, "Authorization code mismatch. Are you accessing this function correctly? Please go back and try again."

What could I do to resolve this issue?


Thanks,


- Cor


forum.corleone.mobi
Please check this thread to see if it'll help: https://community.mybb.com/thread-218862.html
nope, didnt work.

anyone?
What's the scenario?  Upgrade - if so - from what version?  Noyle's link solved it for me upgrading from 1806 to 1817 - on my way to 1822.

Are your cookie paths correct, which they should be if this is an in-place upgrade?

cheers...
(2020-05-07, 10:26 PM)therealcorleone Wrote: [ -> ]nope, didnt work.

anyone?

Then please check if cookie setting is correct, please refer to https://docs.mybb.com/1.8/faq/login-problems/ .

By the way, what's the browser you're using? And it'll be helpful if you post your forum URL.
GO
admin control panel >> template & style >> tempaltes >> your templates >> portal templates>>member_login
and add this code before 
</form>
like this
<input name="my_post_key" type="hidden" value="{$mybb->post_code}"> 
</form>

you also do that step in
portal_welcome_guesttext
 error_nopermission 
 header_welcomeblock_guest 
still not working..