Forums
(@redpockets)
8 years, 10 months ago
Figured it out! Added this to the input html
style="text-transform:uppercase;" onkeyup="this.value = this.value.toUpperCase();"
and made my password all uppercase.