|
1 | | -# Ultimate Member - Math Captcha in Register forms |
| 1 | +# Ultimate Member - Math Captcha |
2 | 2 |
|
3 | | -Displays Math Captcha field in the registration form. Math Captcha allows you to use simple math problems to test site users to prove their human identity. |
| 3 | +Math Captcha allows you to use simple math problems for users to prove their human identity on registration and protect your site from bots. |
| 4 | + |
| 5 | +__Note:__ This is a free extension created for the community. The Ultimate Member team does not provide any support for this extension. |
| 6 | + |
| 7 | +__Note:__ This is an update of the "Ultimate Member - Math Captcha in Register forms" extension in the [Extended](https://github.com/ultimatemember/Extended/tree/main) package. |
| 8 | + |
| 9 | +## Key features |
| 10 | +- Displays the Math Captcha field in the registration form. |
4 | 11 |
|
5 | 12 | ## Installation |
6 | 13 |
|
7 | | -Follow instructions in this [guide](https://docs.ultimatemember.com/article/1663-download-installation-of-the-basic-extensions) to download and install the extension. |
| 14 | +__Note:__ This plugin requires the [Ultimate Member](https://wordpress.org/plugins/ultimate-member/) plugin to be installed first. |
| 15 | + |
| 16 | +### How to install from GitHub |
| 17 | +Open git bash, navigate to the plugins folder and execute this command: |
| 18 | + |
| 19 | +`git clone --branch=main git@github.com:umdevelopera/um-math-captcha.git um-math-captcha` |
| 20 | + |
| 21 | +Once the plugin is cloned, enter your site admin dashboard and go to _wp-admin > Plugins > Installed Plugins_. Find the "Ultimate Member - Math Captcha" plugin and click the "Activate" link. |
| 22 | + |
| 23 | +### How to install from ZIP archive |
| 24 | +You can install this plugin from the [ZIP file](https://drive.google.com/file/d/1gLBbclH1Yrmh78BwVsq7MdL4Pa3_D57g/view?usp=sharing) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin). |
8 | 25 |
|
9 | 26 | ## How to use |
10 | 27 |
|
11 | | -Once the plugin is activated, it is automatically enabled. Go to your site's registration page to check and test the Math Captcha. |
| 28 | +Once the plugin is activated, the Math Captcha field in the registration form is automatically enabled. Go to your site's registration page to check and test the Math Captcha. |
12 | 29 |
|
13 | 30 | ### Screenshots |
14 | 31 |
|
15 | | -Image - Math Captcha field in the registration form |
16 | | - |
| 32 | +Image - Registration form with the empty Math Captcha field. |
| 33 | + |
| 34 | + |
| 35 | +Image - Registration form with incorrect answer in the Math Captcha field. |
| 36 | + |
| 37 | + |
| 38 | +## Related links |
| 39 | +Ultimate Member home page: https://ultimatemember.com/ |
| 40 | + |
| 41 | +Ultimate Member documentation: https://docs.ultimatemember.com/ |
17 | 42 |
|
18 | | -## License |
| 43 | +Ultimate Member on wordpress.org: https://wordpress.org/plugins/ultimate-member |
19 | 44 |
|
20 | | -GNU Version 2 or Any Later Version |
| 45 | +Old version: https://github.com/ultimatemember/Extended/tree/main/um-math-captcha |
0 commit comments