Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 02bac32

Browse files
authored
Merge pull request #9170 from #9170
[Imported] Add disable Google reCAPTCHA for Admin panel Reset Password page from command-line
2 parents bb3b088 + b9423d4 commit 02bac32

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/guides/v2.4/security/google-recaptcha.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,9 @@ The extension supports a command line option for disabling reCAPTCHA. Use this c
3030
```bash
3131
bin/magento security:recaptcha:disable-for-user-login
3232
```
33+
34+
Google reCAPTCHA for the Admin panel Reset Password page can be disabled from the command line:
35+
36+
```bash
37+
bin/magento security:recaptcha:disable-for-user-forgot-password
38+
```

0 commit comments

Comments
 (0)