mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-06-28 08:34:33 +00:00
feat: MD5 passwords exchanged for bcrypt ones
This commit is contained in:
@@ -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`),
|
||||
|
||||
Reference in New Issue
Block a user