This repository has been archived by the owner on Feb 12, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
peppertree edited this page Jul 22, 2014
·
6 revisions
Our solution for account registration is a fully templated module where the markup comes 100% through html templates, organized in a so called theme.
Module editors can configure the module to register accounts through e-mail addresses, full names and / or old-school usernames.
Since version 01.02.00 the templates also support login controls. Let your users login and / or register through the same form!
Since version 01.02.01 the templates also support useage of Google's reCaptcha control.
Additonal features:
- optionally add accounts to a pre-defined role on submitting the form
- set the role membership status of the pre-defined role
- optionally call an external interface on submitting the form
- optionally redirect users to a specific page after registering
- notify a specific role of new registrations through each given module instance
- specify e-mail validation regex per module instance
- specify to compare lastname with firstname on registration
- create usernames from e-mail address, firstname and / or lastname combinations
- create displaynames from e-mail address, firstname and / or lastname combinations
- specify e-mail content for confirmation e-mails