Any incompability with 1.5.7? Not many templates has been changed. The following templates have had changes: error_with_login helper_login_form login message.css Safe to update?
helper_login_form is outdated, I've already patched it, just running through some testing and double checking the bugs. Easy change in that template: Code:Copy Source tabindex="1" /></dd> to: Code:Copy Source tabindex="1" {xen:if "{$focusLogin} AND !{$defaultLogin}", 'autofocus="autofocus"'} /></dd> And... Code:Copy Source tabindex="2" /> to: Code:Copy Source tabindex="2" {xen:if "{$focusLogin} AND {$defaultLogin}", 'autofocus="autofocus"'} />