I get this message on login:
Your session timed out while posting. Please go back and try again.
If your custom theme has a login form such as in the index.template.php or boardindex.template.php or in the login.template.php
The SMF 2.0.14 now requires the following code added in the <form> tag just add in the closing </form> tag in any login form.
<input type="hidden" name="', $context['session_var'], '" value="', $context['session_id'], '" />
This code is used to help increase security for SMF.
Can confirm this works.
Hi,
Sorry for my ignorance,
What file should I modify exacly?
With aldo theme for example...
take a look at https://wiki.simplemachines.org/smf/Login_error_2.0.14