Commit b0d843e3 by Brian Talbot

studio - soft landing: removed forgot password link from tab order of sign in form

parent cdf28f61
......@@ -27,7 +27,7 @@
</li>
<li class="field text required" id="field-password">
<a href="${forgot_password_link}" class="action action-forgotpassword">Forgot password?</a>
<a href="${forgot_password_link}" class="action action-forgotpassword" tabindex="-1">Forgot password?</a>
<label for="password">Password</label>
<input id="password" type="password" name="password" />
</li>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment