mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 10:34:25 +00:00
[CST-6152] Password add operation refactoring to include challenge in the value
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user