mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 21:27:40 +00:00
GUACAMOLE-36: Add password reset date to schema.
This commit is contained in:
@@ -126,6 +126,7 @@ CREATE TABLE guacamole_user (
|
||||
username varchar(128) NOT NULL,
|
||||
password_hash bytea NOT NULL,
|
||||
password_salt bytea,
|
||||
password_date timestamptz NOT NULL DEFAULT CURRENT_TIMESTAMP,
|
||||
|
||||
-- Account disabled/expired status
|
||||
disabled boolean NOT NULL DEFAULT FALSE,
|
||||
|
Reference in New Issue
Block a user