|
From: Jon O. <jon...@us...> - 2005-12-08 14:41:57
|
Update of /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31135/modules/mx_coreblocks/templates/subSilver Modified Files: mx_login.tpl Log Message: - Security patch for 2.0.18 - added custom cache (eg for portal_configs etc) - minor fixes Index: mx_login.tpl =================================================================== RCS file: /cvsroot/mxbb/core/modules/mx_coreblocks/templates/subSilver/mx_login.tpl,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** mx_login.tpl 22 Oct 2005 10:51:02 -0000 1.9 --- mx_login.tpl 8 Dec 2005 14:41:48 -0000 1.10 *************** *** 5,9 **** --- 5,11 ---- {L_USERNAME}:<br /><input class="post" type="text" name="username" size="10" /><br /> {L_PASSWORD}:<br /><input class="post" type="password" name="password" size="10" /><br /> + <!-- BEGIN switch_allow_autologin --> <input class="text" type="checkbox" name="autologin" /> {L_AUTO_LOGIN}<br /> + <!-- END switch_allow_autologin --> <!--<input type="checkbox" class="post" name="autologin" value="ON" /> {L_AUTO_LOGIN}<br />--> <input type="submit" class="mainoption" name="login" value="{L_LOGIN}" /></span> |