greenlight/app/views
felix-itz 5760bea00b
LDAP Sign-In form: user field attributes (#2014)
- autocomplete="username": Tell the browser a user name should be filled, if any.
  Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete
- autocapitalize="none": Tell browsers (especially on mobile devices like iOS) not to
  capitalize the first letter
  Reference: https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariHTMLRef/Articles/Attributes.html#//apple_ref/doc/uid/TP40008058-autocapitalize
- spellcheck="false": Do not spell-check the user name
  Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck
- autofocus: indicates that the input should automatically have focus, which makes sense
  because this form is shown after having clicked the "login" button so it's not an issue that
  the screen reader will skip the "Sign in to your account" text.
  Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#htmlattrdefautofocus

This PR will improve usability especially on mobile devices. It does *not* not attempt to improve WCAG compliance.

Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
2020-08-26 14:03:19 -04:00
..
account_activations GRN2-233: Made account activation & password reset links based on tokens only (#959) 2020-02-24 13:05:09 -05:00
admins Merge v2.7-alpha (#1951) 2020-07-29 11:03:22 -04:00
application GRN2-xx: General bug fixes and performance upgrades (#734) 2019-08-14 09:59:34 -04:00
errors Merge v2.6-alpha (#1672) 2020-05-26 17:37:23 -04:00
layouts Merge v2.7-alpha (#1951) 2020-07-29 11:03:22 -04:00
main Merge v2.6-alpha (#1672) 2020-05-26 17:37:23 -04:00
password_resets Merge v2.6-alpha (#1672) 2020-05-26 17:37:23 -04:00
rooms Hide recording table when disabled through room config (#1988) 2020-08-04 17:59:47 -04:00
sessions LDAP Sign-In form: user field attributes (#2014) 2020-08-26 14:03:19 -04:00
shared Hide recording table when disabled through room config (#1988) 2020-08-04 17:59:47 -04:00
user_mailer Added the ability for admins to send a reset password email for users (#737) 2019-08-14 10:21:57 -04:00
users Merge v2.6-alpha (#1672) 2020-05-26 17:37:23 -04:00