in reply to Re^4: Mind the meta!
in thread Mind the meta!

> 2) using case insensitive DB columns is a poor default and should be corrected or perhaps a more sane DB Engine chosen

we never save readable passwords into our DB!

One way encryption solves many issues, including case, even on MySQL.

Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
Je suis Charlie!

Replies are listed 'Best First'.
Re^6: Mind the meta!
by Your Mother (Archbishop) on Mar 04, 2016 at 13:07 UTC

    Agree of course. I should have said, #3 obviates #1 and #2.