Moodle Plugins directory: CPF Validator: Versions: v1.0.1 | Moodle.org
CPF Validator
Local plugins ::: local_cpf_validator
Maintained by
Stefano Lopes
Adds automatic validation for Brazilian CPF numbers in Moodle forms.
CPF Validator v1.0.1
Moodle 4.3, 4.4, 4.5, 5.0
Released: Thursday, 11 September 2025, 11:00 PM
CPF Validator for Moodle (local_cpf_validator
)
This Moodle plugin adds robust and configurable server-side validation for Brazilian CPF (Cadastro de Pessoas Físicas) numbers on the user signup form. It ensures that the username field accepts only valid CPFs, improving the data accuracy and consistency of your site.
Features
- Robust Server-Side Validation: Ensures CPF check digits are mathematically correct upon form submission.
- Admin Settings Page: Allows for easy configuration of the plugin's behavior via the Moodle admin interface.
- Flexible Format Rules: The administrator can choose from three validation and storage modes:
- Numbers Only: Strictly accepts and saves the CPF as
12345678909
. - Numbers + Mask: Strictly requires the format
123.456.789-09
and saves it that way. - Flexible (Default): Accepts the CPF with or without the mask, but always saves it in a clean, numbers-only format in the database.
- Numbers Only: Strictly accepts and saves the CPF as
Installation
- Clone or download this repository into the
/local/
directory of your Moodle installation:bash cd /path/to/your/moodle/local git clone https://github.com/Tefo02/moodle-local_cpf_validator.git cpf_validator
- Log in to your Moodle site as an administrator and go to Site administration > Notifications to complete the installation process.
Configuration
After installation, you can configure the plugin:
- Go to Site administration > Plugins > Local plugins > CPF Validator.
- In the "Input Format" setting, choose one of the three validation rules.
- Save changes.
Requirements
- Moodle 4.3 or higher (tested on Moodle 4.5).
- PHP 8.0 or higher.
Usage
Once installed and configured, the CPF validator will work automatically on the new user registration form. The "Username" field will now require a valid CPF according to the rule you have defined. Any invalid submissions will be blocked with a descriptive error message.
Notes
- This plugin uses the
username
field for the CPF. Ensure this aligns with your site's policies, as usernames must be unique. - Ensure your privacy policy covers the handling of personal identification numbers like the CPF.
License
This plugin is licensed under the GNU General Public License v3.
Author
Developed by Stefano Lopes.
Contributions and suggestions are welcome!
Version information
- Version build number
- 2025090506
- Version release name
- v1.0.1
- Maturity
- Stable version
- MD5 Sum
- ef978bdef5b6a1631af259ed765ed63b
- Supported software
- Moodle 4.3, Moodle 4.4, Moodle 4.5, Moodle 5.0
- Latest release for Moodle 4.3
- Latest release for Moodle 4.4
- Latest release for Moodle 4.5
- Latest release for Moodle 5.0
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS tag
- v1.0.1
Default installation instructions for plugins of the type Local plugins
- Make sure you have all the required versions.
- Download and unpack the module.
- Place the folder in the "local" subdirectory.
- Visit http://yoursite.com/admin to finish the installation.