mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 14:33:09 +00:00
Correct the name of the new digest_algorithm column
This commit is contained in:
@@ -898,7 +898,7 @@ public class EPerson extends DSpaceObject
|
||||
{
|
||||
PasswordHash hash = null;
|
||||
try {
|
||||
hash = new PasswordHash(myRow.getStringColumn("digestAlgorithm"),
|
||||
hash = new PasswordHash(myRow.getStringColumn("digest_algorithm"),
|
||||
myRow.getStringColumn("salt"),
|
||||
myRow.getStringColumn("password"));
|
||||
} catch (DecoderException ex) {
|
||||
|
Reference in New Issue
Block a user