|
2 years ago | |
---|---|---|
lang | 2 years ago | |
templates | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
mathcaptcha.php | 2 years ago |
This addon for Friendica adds a small mathematical task to the registration form. If this task was not solved correctly, the the registration process fails.
The task is randomly created combining two numbers between 1 and 10 with the addition, subtraction and multiplication operations.
On the server running your Friendica change into your addon directory and clone this git repository. You should then have all the needed files in the
/addon/mathcaptcha
directory of your Friendica installation. Afterwards enable the addon in the admin panel as usual.
You can translate this addon by translating the strings in the lang/C/messages.po
file and copy the resulting messages.po
to the lang/LNG_CODE
directory of your language..
To generate the needed strings.php
file for your language, use the tools Friendica supplies.