Skip to content

Commit edf5039

Browse files
authored
Merge pull request #19 from magento-commerce/revert-12-mikhaelbois/PWA-2063-recaptcha-forgotten-password
Revert "[PWA-2063] Add reCaptcha to the Forgot Password Forms"
2 parents db890be + 533d223 commit edf5039

File tree

6 files changed

+7
-231
lines changed

6 files changed

+7
-231
lines changed

ReCaptchaPwa/Plugin/Model/WebapiConfigProvider.php

Lines changed: 0 additions & 70 deletions
This file was deleted.

ReCaptchaPwa/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Magento_ReCaptchaPwa
22

3-
**Magento_ReCaptchaPwa** adds warnings to Magento ReCaptcha modules and adds config validation for the Request Password Reset Form.
3+
**Magento_ReCaptchaPwa** adds warnings to Magento ReCaptcha modules.

ReCaptchaPwa/Test/Unit/Plugin/Model/WebapiConfigProviderTest.php

Lines changed: 0 additions & 131 deletions
This file was deleted.

ReCaptchaPwa/composer.json

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "magento/module-re-captcha-pwa",
3-
"description": "Adds warnings and config validation to Magento ReCaptcha modules.",
3+
"description": "Adds warnings to Magento ReCaptcha modules.",
44
"type": "magento2-module",
55
"license": [
66
"OSL-3.0",
@@ -11,13 +11,10 @@
1111
},
1212
"require": {
1313
"php": "~7.3.0||~7.4.0",
14-
"magento/framework": "*",
15-
"magento/module-config": "*",
16-
"magento/module-customer-graph-ql": "*",
17-
"magento/module-re-captcha-customer": "*",
18-
"magento/module-re-captcha-ui": "*",
19-
"magento/module-re-captcha-validation-api": "*",
20-
"magento/module-re-captcha-webapi-api": "*"
14+
"magento/framework": "*"
15+
},
16+
"suggest": {
17+
"magento/security-package": "*"
2118
},
2219
"autoload": {
2320
"files": [
@@ -28,3 +25,4 @@
2825
}
2926
}
3027
}
28+

ReCaptchaPwa/etc/di.xml

Lines changed: 0 additions & 15 deletions
This file was deleted.

ReCaptchaPwa/etc/module.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,9 @@
99
xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
1010
<module name="Magento_ReCaptchaPwa">
1111
<sequence>
12-
<module name="Magento_Config"/>
13-
<module name="Magento_CustomerGraphQl"/>
14-
<module name="Magento_ReCaptchaUi"/>
1512
<module name="Magento_ReCaptchaAdminUi"/>
16-
<module name="Magento_ReCaptchaCustomer"/>
17-
<module name="Magento_ReCaptchaValidationApi"/>
1813
<module name="Magento_ReCaptchaVersion2Checkbox"/>
1914
<module name="Magento_ReCaptchaVersion2Invisible"/>
20-
<module name="Magento_ReCaptchaWebapiApi"/>
2115
</sequence>
2216
</module>
2317
</config>

0 commit comments

Comments
 (0)