Moodle Plugins directory: Custom registration form: Versions: 2021081001 | Moodle.org
Custom registration form
Local plugins ::: local_custom_registration
Maintained by
C Blue,
Olivier Piton,
Renaud Lemaire
This plugin has been developed to allow administrators to add user fields to the registration form.
Custom registration form 2021081001
Moodle 3.11, 4.0, 4.1, 4.2, 4.3
Released: Tuesday, 10 August 2021, 5:00 PM
local_custom_registration
Introduction
This plugin has been developed to allow administrators to add user fields to the registration form. These fields must be stored in mdl_user table.
The list of fields that can be added :
- Phone 1
- Phone 2
- Insitution
- Department
- Address
- Lang
Procedure to follow
1) Enable "Email-based self-registration" authentication plugin. To enable potential users to register themselves and create accounts. Then set [Admin>Manage authentication>Common settings>Self registration] to 'Email-based self-registration' and Save Changes.
2) Configure this plugin here : __/admin/settings.php?section=local_custom_registration_settings
3) The fields can simply be enabled to automaticaly appear in the registration form. They can also be switched to "required" mode if needed.
Requirements
Make sure the "auth_email" plugin is installed and enabled.
Version information
- Version build number
- 2021081001
- Maturity
- Unknown
- MD5 Sum
- d4ab7e8df943aa944d7d77465ab6ef06
- Supported software
- Moodle 3.11, Moodle 4.0, Moodle 4.1, Moodle 4.2, Moodle 4.3
- Latest release for Moodle 3.11
- Latest release for Moodle 4.0
- Latest release for Moodle 4.1
- Latest release for Moodle 4.2
- Latest release for Moodle 4.3
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- MOODLE_311
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.