mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 02:24:18 +00:00
[CST-6152] Renamed challenge to currentPassword
This commit is contained in:
@@ -754,7 +754,7 @@ public class LDAPAuthentication
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canChangePassword(Context context, EPerson ePerson, String challenge) {
|
||||
public boolean canChangePassword(Context context, EPerson ePerson, String currentPassword) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user