mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
[DS-861] Begin to add password salting.
This commit is contained in:
@@ -163,7 +163,9 @@ CREATE TABLE EPerson
|
||||
(
|
||||
eperson_id INTEGER PRIMARY KEY,
|
||||
email VARCHAR(64) UNIQUE,
|
||||
password VARCHAR(64),
|
||||
password VARCHAR(128),
|
||||
salt VARCHAR(32),
|
||||
digest_algorithm VARCHAR(16),
|
||||
firstname VARCHAR(64),
|
||||
lastname VARCHAR(64),
|
||||
can_log_in BOOL,
|
||||
|
Reference in New Issue
Block a user