Use `null` instead of `''` as the password value before replacing the hash
authorTim Düsterhus <tim@bastelstu.be>
Mon, 10 Feb 2020 19:49:07 +0000 (20:49 +0100)
committerTim Düsterhus <tim@bastelstu.be>
Mon, 10 Feb 2020 19:49:07 +0000 (20:49 +0100)
commit38bd64da4cd109b0589a672a66c6428d348534d1
treef84421baa8f5875c4fca4e174805e804914ee6f3
parente1d1ed665d01b0e5d9befd027039d1a15793a681
Use `null` instead of `''` as the password value before replacing the hash

This will result in a hash of `invalid:` and thus prevent login without
Exceptions.

Fixes #41
16 files changed:
files/lib/system/exporter/IPB3xExporter.class.php
files/lib/system/exporter/IPB4xExporter.class.php
files/lib/system/exporter/MyBB16xExporter.class.php
files/lib/system/exporter/NodeBB0xRedisExporter.class.php
files/lib/system/exporter/PhpBB31xExporter.class.php
files/lib/system/exporter/PhpBB3xExporter.class.php
files/lib/system/exporter/SMF2xExporter.class.php
files/lib/system/exporter/VB3or4xExporter.class.php
files/lib/system/exporter/VB5xExporter.class.php
files/lib/system/exporter/WBB2xExporter.class.php
files/lib/system/exporter/WBB3xExporter.class.php
files/lib/system/exporter/WBB4xExporter.class.php
files/lib/system/exporter/WordPress3xExporter.class.php
files/lib/system/exporter/XF12xExporter.class.php
files/lib/system/exporter/XF2xExporter.class.php
files/lib/system/exporter/XoborExporter.class.php