MyBB Community Forums

Full Version: Authorization code mismatch - [Hiring]
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
i have a work, i got login problem in my forum showing this error. who can fix this, [Authorization code mismatch. Are you accessing this function correctly? Please go back and try again.]
i will pay you thanks.
what is your forum url ?
there should be no need to hire if you can follow simple instructions !
(2018-10-30, 02:51 PM).m. Wrote: [ -> ]what is your forum url ?
there should be no need to hire if you can follow simple instructions !

http://earningwarrior.com/
check my url
Your login template is missing the MyBB Post Code.

You will need to add this to your login template:

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />
(2018-10-30, 03:23 PM)Wildcard Wrote: [ -> ]Your login template is missing the MyBB Post Code.

You will need to add this to your login template:

<input type="hidden" name="my_post_key" value="{$mybb->post_code}" />

where i can found this?
i can't login in my admin panel.
could you pls tell me.
Templates requiring changes:

error_nopermission
header_welcomeblock_guest
member_login
portal_welcome_guesttext

where i can found this?
templates of a theme can be modified through forum admin panel.

Forum Admin Control Panel >> Templates & Style >> Templates
>> your forum's active theme templates

see this related guidance
i can't login then how can i go admin panel?
(2018-10-30, 03:55 PM)shimantoneer Wrote: [ -> ]i can't login then how can i go admin panel?

The admin login panel is completely different and isn't dependent on your forum's theme or templates.

If you cannot login in ACP, that is likely a separate issue.
Pages: 1 2