Skip to content
Snippets Groups Projects
Commit c938c0ad authored by frances botsford's avatar frances botsford
Browse files

Merge pull request #2369 from tusbar/tabindex-login

Prevent from tabbing on lostpassword link in login page
parents 9cfd649c 0be41471
No related branches found
Tags release-2020-11-25-04.25
No related merge requests found
......@@ -137,7 +137,7 @@
<label for="password">${_('Password')}</label>
<input id="password" type="password" name="password" value="" required aria-required="true" />
<span class="tip tip-input">
<a href="#forgot-password-modal" rel="leanModal" class="pwd-reset action action-forgotpw" id="forgot-password-link" role="button" aria-haspopup="true">${_('Forgot password?')}</a>
<a href="#forgot-password-modal" rel="leanModal" class="pwd-reset action action-forgotpw" id="forgot-password-link" tabindex="-1" role="button" aria-haspopup="true">${_('Forgot password?')}</a>
</span>
</li>
</ol>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment