Skip to content

Commit

Permalink
Merge pull request #1062 from AReveron/improve-recaptcha-docu
Browse files Browse the repository at this point in the history
Improve recaptcha documentation
  • Loading branch information
steinkel authored Jan 24, 2024
2 parents 0dbca70 + 77b32c2 commit 9ab8e4a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Docs/Documentation/Configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,11 @@ and add this to your config/users.php file:
'Users.reCaptcha.login' => true, //enable on login
```

Note you'll need to add google/recaptcha to your composer.json file.

```
$ composer require google/recaptcha:@stable
```

Configuration options
---------------------
Expand Down

0 comments on commit 9ab8e4a

Please sign in to comment.