mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-13 21:13:19 +00:00
[DS-2729] Ensure SiteService extends DSpaceObjectService
This commit is contained in:
@@ -224,6 +224,11 @@ public class EPersonServiceImpl extends DSpaceObjectServiceImpl<EPerson> impleme
|
||||
"eperson_id=" + ePerson.getID()));
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getSupportsTypeConstant() {
|
||||
return Constants.EPERSON;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setPassword(EPerson ePerson, String password) {
|
||||
PasswordHash hash = new PasswordHash(password);
|
||||
|
Reference in New Issue
Block a user