mirror of
https://github.com/jambonz/jambonz-api-server.git
synced 2026-07-04 19:21:53 +00:00
encrypt client password and fix upgrade db script (#188)
* encrypt client password and fix upgrade db script * encrypt client password and fix upgrade db script * obfuscate client password
This commit is contained in:
+1
-1
@@ -135,7 +135,7 @@ client_sid CHAR(36) NOT NULL UNIQUE ,
|
||||
account_sid CHAR(36) NOT NULL,
|
||||
is_active BOOLEAN NOT NULL DEFAULT 1,
|
||||
username VARCHAR(64),
|
||||
password VARCHAR(64),
|
||||
password VARCHAR(1024),
|
||||
PRIMARY KEY (client_sid)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user