[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

@@ -295,7 +295,7 @@ public class OidcAuthenticationBean implements AuthenticationMethod {
}
@Override
public boolean canChangePassword(Context context, String challenge) {
public boolean canChangePassword(Context context, EPerson ePerson, String challenge) {
return false;
}