Re:Use Registered Email as Username 7 maanden, 2 weken geleden
Karma: 1
Hey,
Open up this file in you editor:
components/com_oneclickregistration/views/oneclickregistration/tmpl/default.php
In that file do a search for:
$username = $username1;
Add this line of code underneath:
$username = $email;
Open up your configuration screen of one click registration. Check that username mode is set to "Do not choose username" and email check must be set to "Check for double emails".