mirror of
https://github.com/standardebooks/web.git
synced 2025-07-15 02:46:46 -04:00
Add password login option for some users, and further refinements to artwork management system
This commit is contained in:
parent
8a1b11b815
commit
5a1c05d8c5
22 changed files with 234 additions and 150 deletions
|
@ -4,6 +4,7 @@ CREATE TABLE `Users` (
|
|||
`Name` varchar(255) DEFAULT NULL,
|
||||
`Created` datetime NOT NULL,
|
||||
`Uuid` char(36) NOT NULL,
|
||||
`PasswordHash` varchar(255) NULL,
|
||||
PRIMARY KEY (`UserId`),
|
||||
UNIQUE KEY `idxEmail` (`Email`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=281 DEFAULT CHARSET=utf8mb4;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue