mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-13 11:57:50 +01:00
* Updated jQuery version
* Updated ZeroClipboard version * New temporary master password function * New help boxes for some functions * New password box with copy to clipboard function * Updated some fields on db structure * Minor bugfixes and UI changes
This commit is contained in:
@@ -63,7 +63,7 @@ CREATE TABLE `accHistory` (
|
||||
`acchistory_categoryId` tinyint(3) unsigned NOT NULL,
|
||||
`acchistory_login` varchar(50) NOT NULL,
|
||||
`acchistory_url` varchar(255) DEFAULT NULL,
|
||||
`acchistory_pass` varbinary(32) NOT NULL,
|
||||
`acchistory_pass` varbinary(255) NOT NULL,
|
||||
`acchistory_IV` varbinary(32) NOT NULL,
|
||||
`acchistory_notes` text NOT NULL,
|
||||
`acchistory_countView` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
@@ -113,7 +113,7 @@ CREATE TABLE `accounts` (
|
||||
`account_categoryId` tinyint(3) unsigned NOT NULL,
|
||||
`account_login` varchar(50) DEFAULT NULL,
|
||||
`account_url` varchar(255) DEFAULT NULL,
|
||||
`account_pass` varbinary(32) NOT NULL,
|
||||
`account_pass` varbinary(255) NOT NULL,
|
||||
`account_IV` varbinary(32) NOT NULL,
|
||||
`account_notes` text,
|
||||
`account_countView` int(10) unsigned NOT NULL DEFAULT '0',
|
||||
@@ -208,8 +208,8 @@ CREATE TABLE `usrData` (
|
||||
`user_groupId` tinyint(3) unsigned NOT NULL,
|
||||
`user_secGroupId` tinyint(3) unsigned DEFAULT NULL,
|
||||
`user_login` varchar(50) NOT NULL,
|
||||
`user_pass` varbinary(40) NOT NULL,
|
||||
`user_mPass` varbinary(32) DEFAULT NULL,
|
||||
`user_pass` varbinary(255) NOT NULL,
|
||||
`user_mPass` varbinary(255) DEFAULT NULL,
|
||||
`user_mIV` varbinary(32) NOT NULL,
|
||||
`user_email` varchar(80) DEFAULT NULL,
|
||||
`user_notes` text,
|
||||
|
||||
Reference in New Issue
Block a user