Edit the template login_form
Hello...
can you tell me the exact path to get to modify this template?
template login_form
I must to check the “remember me” check box by default.
User always complaining about forum log then out when go to next page.
i find this code to replace to fix it but is for vb5
Code:
<input tabindex="102" type="checkbox" name="rememberme" id="idLoginRememberMe" checked {vb:raw formData.remembermeCheckedAttr} />
....but I don't find the template login_form
thank you in adv.
|