skuhl / RobotRemote

0 stars 0 forks source link

Stricter password requirments #33

Closed BinaryFissionGames closed 6 years ago

BinaryFissionGames commented 6 years ago

We may want to restrict what users can enter in the password field. For instance, we might want some length requirement (between 8 and 22 characters or something), and we may also want to restrict certain symbols (some sites only allow alphanumeric characters, some allow most symbols), but that isn't really necessary.

We may or may not want those requirements where you need to have a capital letters, a number, and a symbol or something like that for the password.

GraysonHoward commented 6 years ago

Okay so we're back to the issue with the validity not updating on every key press, gonn work on this

GraysonHoward commented 6 years ago

I works it really works