[CST-6152] Renamed challenge to currentPassword

This commit is contained in:
Luca Giamminonni
2022-09-20 15:29:20 +02:00
parent 04c8e0d7c4
commit f2eb9c55b4
16 changed files with 66 additions and 56 deletions

View File

@@ -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;
}
}