* [FIX] Fixed issue when user changes its password

* [FIX] Fixed issue when using temporary master password
* [MOD] Updated translations
This commit is contained in:
nuxsmin
2017-03-01 03:34:02 +01:00
parent e76c819273
commit c9b36bc772

View File

@@ -82,6 +82,7 @@ CREATE TABLE `usrData` (
`user_hashSalt` varbinary(128) NOT NULL,
`user_isMigrate` bit(1) DEFAULT b'0',
`user_isChangePass` bit(1) DEFAULT b'0',
`user_isChangedPass` bit(1) DEFAULT b'0',
`user_preferences` blob,
PRIMARY KEY (`user_id`),
UNIQUE KEY `IDX_login` (`user_login`),