greenlight/app
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
..
assets Fix Cross-Site-Scripting Vulnerability (#2034) 2020-08-24 14:32:14 -04:00
channels GRN2-xx: Removed unnecessary log lines (#930) 2020-02-12 17:49:35 -05:00
controllers More work to fix CSRF issue on join (#2043) 2020-08-26 10:20:50 -04:00
helpers Hide recording table when disabled through room config (#1988) 2020-08-04 17:59:47 -04:00
jobs add LGPL 3.0 headers 2018-08-01 09:45:12 -04:00
mailers GRN2-180: First stages of refactoring code for v2.4 (#748) 2019-09-19 10:03:44 -04:00
models GRN2-xx: Fixed issue with join warning displaying incorrectly (#1957) 2020-07-30 10:50:04 -04:00
views LDAP Sign-In form: user field attributes (#2014) 2020-08-26 14:03:19 -04:00