Moodle Plugins directory: Custom registration form: Versions: 2021030502 | 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 2021030502
Moodle 3.9
Released: Παρασκευή, 5 Μαρτίου 2021, 8:33 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 :
- Skype
- Yahoo
- Msn
- 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
- 2021030502
- Maturity
- Σταθερή έκδοση
- MD5 Sum
- a5047adba919d3275ab7337e58aeb162
- Supported software
- Moodle 3.9
- Latest release for Moodle 3.9
Version control information
- Version control system (VCS)
- GIT
- VCS repository URL
- VCS branch
- master
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.