Add user Frontend This component Makes it possible to add users to Joomla and Community Builder from the frontend. This is done by filling out 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!) New in version 1.2.3: Important bug fixed for servers XAMP New in version 1.2.2: – Choose Which Exactly You want to display input fields in the backend parameters. – Self-generated usernames and passwords. – Send notificationemails. – Generate generic email addresses. – Choose Between user groups. Community builder support: This Community builder components Also Supports But you need to switch it on in the components parameters after installing! Once Set to CB mode Also the component will insert the user data in Community Builder, the user will be added and approved Confirmed. Security measures: When you add a user for the component checks for double double usernames and emails if so configured. All fields input validation Have Javascript and an additional security check in php When sending the form in case JavaScript is Turned off. Multiple Security Measures That make sure only Administrators and Super Administrators can add users from the frontend.