feat: MD5 passwords exchanged for bcrypt ones

This commit is contained in:
Martin Ambrus
2017-10-20 12:31:27 +02:00
parent 606d0a6ad2
commit f4021d1452
15 changed files with 219 additions and 78 deletions
+1
View File
@@ -1542,6 +1542,7 @@ CREATE TABLE IF NOT EXISTS `%PREFIX%users` (
`vac_time` varchar(255) NULL DEFAULT '0',
`vac_mode` int(2) NULL DEFAULT '0',
`vactwoweeks` varchar(255) NULL DEFAULT '0',
`is_bcrypt` tinyint(1) NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `invited` (`invited`),
KEY `lastupdate` (`lastupdate`),