FreeAndFair / ColoradoRLA

Software to facilitate risk-limiting audits at the state level, developed for the state of Colorado.
Other
21 stars 8 forks source link

Usability Improvements for 2-Factor Auth #878

Closed dmzimmerman closed 7 years ago

dmzimmerman commented 7 years ago

Apparently, two-factor auth is case-sensitive, but it is expected to be case-insensitive by county users. We should consider forcing user responses to upper case. Similarly, usernames are case-insensitive but we are treating them as case-sensitive; we should consider forcing them to lowercase.

dmzimmerman commented 7 years ago

Update: the grid challenge responses are in fact, case insensitive, so we don't have to change that.