mirror of
				https://github.com/v2board/v2board.git
				synced 2025-10-31 09:21:46 +08:00 
			
		
		
		
	support multi password hash verify
This commit is contained in:
		| @@ -195,6 +195,7 @@ CREATE TABLE `v2_user` ( | |||||||
|   `invite_user_id` int(11) DEFAULT NULL, |   `invite_user_id` int(11) DEFAULT NULL, | ||||||
|   `email` varchar(64) NOT NULL, |   `email` varchar(64) NOT NULL, | ||||||
|   `password` varchar(64) NOT NULL, |   `password` varchar(64) NOT NULL, | ||||||
|  |   `password_algo` char(10) DEFAULT NULL, | ||||||
|   `balance` int(11) NOT NULL DEFAULT '0', |   `balance` int(11) NOT NULL DEFAULT '0', | ||||||
|   `commission_rate` int(11) DEFAULT NULL, |   `commission_rate` int(11) DEFAULT NULL, | ||||||
|   `commission_balance` int(11) NOT NULL DEFAULT '0', |   `commission_balance` int(11) NOT NULL DEFAULT '0', | ||||||
| @@ -223,4 +224,4 @@ CREATE TABLE `v2_user` ( | |||||||
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | ) ENGINE=InnoDB DEFAULT CHARSET=utf8; | ||||||
|  |  | ||||||
|  |  | ||||||
| -- 2020-01-29 07:11:28 | -- 2020-01-31 15:03:40 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user