[CST-6152] Password add operation refactoring to include challenge in the value

This commit is contained in:
Luca Giamminonni
2022-08-03 17:09:09 +02:00
parent edfa9145e7
commit bfb0736ab7
20 changed files with 158 additions and 213 deletions

View File

@@ -446,4 +446,8 @@ public class EPerson extends DSpaceObject implements DSpaceObjectLegacySupport {
return previousActive;
}
public boolean hasPasswordSet() {
return StringUtils.isNotBlank(getPassword());
}
}