Skip to content

Commit f50c441

Browse files
author
Bryant Luk
committed
MAGETWO-35322: Web API Ability to Complete Reset Password
- Will remove route until use case is understood. Should the final resetPassword call be allowed anonymously?
1 parent c04232b commit f50c441

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

app/code/Magento/Customer/etc/webapi.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -188,12 +188,6 @@
188188
<resource ref="anonymous"/>
189189
</resources>
190190
</route>
191-
<route url="/V1/customers/:customerId/password" method="PUT">
192-
<service class="Magento\Customer\Api\AccountManagementInterface" method="resetPassword"/>
193-
<resources>
194-
<resource ref="Magento_Customer::manage"/>
195-
</resources>
196-
</route>
197191
<route url="/V1/customers/:customerId/confirm" method="GET">
198192
<service class="Magento\Customer\Api\AccountManagementInterface" method="getConfirmationStatus"/>
199193
<resources>

0 commit comments

Comments
 (0)