mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-16 06:23:10 +00:00
[CST-6152] Password add operation refactoring to include challenge in the value
This commit is contained in:
@@ -446,4 +446,8 @@ public class EPerson extends DSpaceObject implements DSpaceObjectLegacySupport {
|
||||
return previousActive;
|
||||
}
|
||||
|
||||
public boolean hasPasswordSet() {
|
||||
return StringUtils.isNotBlank(getPassword());
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user