mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-36: Add password reset date to schema.
This commit is contained in:
@@ -85,6 +85,7 @@ CREATE TABLE `guacamole_user` (
|
||||
`username` varchar(128) NOT NULL,
|
||||
`password_hash` binary(32) NOT NULL,
|
||||
`password_salt` binary(32),
|
||||
`password_date` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
||||
-- Account disabled/expired status
|
||||
`disabled` boolean NOT NULL DEFAULT 0,
|
||||
|
Reference in New Issue
Block a user