How to override core Interface and Model file in magento2...
I need to remove current password in change password frontend section.In current password validate in \Magento\Customer\Controller\Account\EditPost Controller file and its call core interface also .How to remove this.
Edited: It does not solve my problem ..I want customise core api interface not to add additional functionality...Also AccountManagement.php does not have extension attribute
changePasswordForCustomerwhich is inMagento\Customer\Model\AccountManagementfile and method only. – kunj Jul 19 '18 at 13:05