Moodle Plugins directory: Quick register | Moodle.org
Quick register
Local plugins ::: local_quickregister
Maintained by
C Blue,
Olivier Piton
This plugin provides a quick registration link with prefilled signup form data.
Latest release:
28 sites
14 downloads
13 fans
Current versions available: 1
Moodle plugin local_quickregister
Description
This plugin provides a quick registration link with prefilled signup form data.
It adds 2 admin pages :
1. A setting page to define or generate a random private key used to validate the data.
2. A link generator page to generate the registration URL and HTML link.
Standalone link generator
The plugin has a public standalone page (in README.md) that you can use.Installation
Copy files in local/quickregister of your Moodle directory.Campaign plugin
This plugins also works with local_campaign plugin (https://moodle.org/plugins/local_campaign), if enabled you can add current campaign in registration data.Initial purpose
The initial purpose of this plugin is to provide a tool for administrators to create a custom link to a person who redirects him/her to the account creation page with pre-filled information that the administrator puts in.Useful links
Contributors
C Blue (Lead maintainer)
Olivier Piton
Please login to view contributors details and/or to contact them
P.S. I am running 3.10 on Apache/MySql
This error comes from the Moodle signup form.
Generally, it can be caused by :
- Email-based self-registration auth plugin is not enabled/installed
- "Self registration" (registerauth) parameter is not enabled.
Could you check these configurations in the Manage authentication section ?
Follow this path : Site administration > Plugins > Authentication > Manage authentication
In the Available authentication plugins, the plugin 'Email-based self-registration' must be enabled (Blue eye on Moodle default theme "Boost")
In the Common settings, the parameter "Self registration" (registerauth) should be set to 'Email-based self-registration'
Best regards.
Thank you very much and my apologies for the trouble. I carelessly overlooked the "common settings" parameter
Thanks so much for your help here.
Jason
I am using the campaign plugin, I select the required campaign and generate a quick link. When I use the link, the campaign field in the registration form is not populated (all others are). Any suggestions?
Paul
There's no campaign field in the registration form but there was indeed a bug regarding the handling of the campagin when registering a new user.
We just released a new version of the plugin fixing this issue.
Thank you for getting to us with this. Just create a link to register a user and select a campaign during so. The campaign won't be displayed in the registration form but will be added to the new user's infos once the form submitted.
Best regards,
Amaury.
I have reinstalled the latest version, when I run it now I receive the following error:
Exception - Argument 2 passed to moodle_database::get_record() must be of the type array, int given, called in [dirroot]/local/quickregister/classes/observer.php on line 49
regards
Paul
Thank you for your swiftness, I indeed made a mistake. Everything should be alright now.
Regards,
Amaury.