mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-08 18:44:22 +00:00
[CST-6152] allow password change only if a challenge is resolved.
This commit is contained in:
@@ -294,4 +294,9 @@ public class OidcAuthenticationBean implements AuthenticationMethod {
|
||||
return false;
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean canChangePassword(Context context, String challenge) {
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user