forgejo/templates/user
MrSmoer 506ed7f43f fix: Move "forgot_password"-link to fix login tab order
Previously hitting tab in the username field set the focus to the "forgot password" link. Only on the next hit the password field was selected.
This is an issue for some password managers (keepassdx android keyboard) and not as nice for accessibility.
Now the forgot link is below the sign up link at the bottom of the page.
Using "tabindex" didn't work properly with the templating engine because many elements get assigned a tabindex of "0" by default disrupting the tab selection sequence.
2024-11-09 22:59:50 +00:00
..
auth fix: Move "forgot_password"-link to fix login tab order 2024-11-09 22:59:50 +00:00
dashboard [PORT] Replace DateTime with proper functions (gitea#32402) 2024-11-03 17:03:14 +01:00
notification
overview
settings [PORT] Replace DateTime with DateUtils (gitea#32383) 2024-11-03 16:37:01 +01:00
code.tmpl
heatmap.tmpl
profile.tmpl