auth: support unhashed passwords
authorMischa POSLAWSKY <perl@shiar.org>
Mon, 27 Nov 2017 23:38:16 +0000 (00:38 +0100)
committerMischa POSLAWSKY <perl@shiar.org>
Mon, 27 Nov 2017 23:38:16 +0000 (00:38 +0100)
commit0cc681d32bf51c485d54e49f50dd1d0f74b35974
tree1af645d33923b7f61fa9673c044abd06360709a5
parent62c99bb3ff5dee600a20fe6749f28c45b6cce7fd
auth: support unhashed passwords

String comparison for anything not starting with dollar (which identifies
all modern crypts) to keep originals for later resend (deliberate user
friendliness over security).
auth.inc.php