This component makes it possible to add users to Joomla and community builder from the frontend. This is done by
filling in a form and inserting the userdata directly in the database with mysql queries.
The component writes the data to the user tables:
#__users
#__core_acl_aro
#__core_acl_groups_aro_map
#__comprofiler (When CB mode is on!)
Currently there are two forms: The normal "add user" form and the "fast add user" form.
- On the normal "add user" form you can add a user by filling in: Firstname, Lastname, Emailadress, username and
password.
- The "fast add user" form makes it possible to add a user by filling in a name only.
Community builder support
-This components also supports Community builder but you need to switch it on in the components parameters after
installing!
-Once set to CB mode the component will also insert the user data in Community Builder, the added user will be
approved and confirmed.
Beta Version
This is a beta version made for the purpose of one client! So always make backups before playing around with this
component.
When you add a user the component checks for double usernames. All fields have Javascript validation. These are the
only security measures so always publish it with the menulink set to special, otherwise anyone can add users to
your website.


 Read more -
|