mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-10 03:23:13 +00:00
Merge pull request #41 from mwoodiupui/DS-861
[DS-861] Salt PasswordAuthentication
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