Skip to content

Commit 7044afc

Browse files
authored
Update README.md
1 parent f1c2c77 commit 7044afc

1 file changed

Lines changed: 33 additions & 8 deletions

File tree

README.md

Lines changed: 33 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,45 @@
1-
# Ultimate Member - Math Captcha in Register forms
1+
# Ultimate Member - Math Captcha
22

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.
411

512
## Installation
613

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).
825

926
## How to use
1027

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.
1229

1330
### Screenshots
1431

15-
Image - Math Captcha field in the registration form
16-
![WP, Ultimate Member, Math Captcha](https://d33v4339jhl8k0.cloudfront.net/docs/assets/561c96629033600a7a36d662/images/61e5444e8200bc052eb7f510/file-NoJi5tjkVR.png)
32+
Image - Registration form with the empty Math Captcha field.
33+
![2023-10-29_130316](https://github.com/umdevelopera/um-math-captcha/assets/113178913/158fca89-b6de-46fd-b8fd-4180e4971f8a)
34+
35+
Image - Registration form with incorrect answer in the Math Captcha field.
36+
![2023-10-29_130403](https://github.com/umdevelopera/um-math-captcha/assets/113178913/abec7bfd-9a44-4115-8ce1-22e2c028a1af)
37+
38+
## Related links
39+
Ultimate Member home page: https://ultimatemember.com/
40+
41+
Ultimate Member documentation: https://docs.ultimatemember.com/
1742

18-
## License
43+
Ultimate Member on wordpress.org: https://wordpress.org/plugins/ultimate-member
1944

20-
GNU Version 2 or Any Later Version
45+
Old version: https://github.com/ultimatemember/Extended/tree/main/um-math-captcha

0 commit comments

Comments
 (0)