mirror of
https://github.com/Shadowss/TravianZ.git
synced 2026-07-10 22:56:07 +00:00
feat: MD5 passwords exchanged for bcrypt ones
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
-- 20.10.2017 -> changing MD5 for bcrypt password hashing algo
|
||||
ALTER TABLE `s1_users` ADD `is_bcrypt` TINYINT(1) NOT NULL DEFAULT '0' AFTER `vactwoweeks`;
|
||||
Reference in New Issue
Block a user