mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 23:43:06 +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;
|
PasswordHash hash = null;
|
||||||
try {
|
try {
|
||||||
hash = new PasswordHash(myRow.getStringColumn("digestAlgorithm"),
|
hash = new PasswordHash(myRow.getStringColumn("digest_algorithm"),
|
||||||
myRow.getStringColumn("salt"),
|
myRow.getStringColumn("salt"),
|
||||||
myRow.getStringColumn("password"));
|
myRow.getStringColumn("password"));
|
||||||
} catch (DecoderException ex) {
|
} catch (DecoderException ex) {
|
||||||
|
Reference in New Issue
Block a user