Comment by arthurcolle
10 years ago
That's insanely insecure. Can't believe client side validation would be used for a login system other than as a first check
10 years ago
That's insanely insecure. Can't believe client side validation would be used for a login system other than as a first check
I still needed the password (or so I assume). It was just a first check that was stricter than it should have been.
This is why backend and frontend need to share code!
I wouldn't be surprised if there were a significant number of bugs that have been fixed by deleting code.