Back to Top

Joomla community builder email as username

Updated 8 August 2021

This problem came very frequently when you are using Joomla community builder extension. So here is a simple hack for Email as Username

Go to

/administrator/components/com_comprofiler/library/cb/cb.tables.php

Locate: function saveSafely( &$array, $ui, $reason )

Change line 1135

Start your headless eCommerce
now.
Find out More

From

$this->username = $this->name;

to

$this->username = $this->email;

That’s it Enjoy 😉

. . .

Leave a Comment

Your email address will not be published. Required fields are marked*


Be the first to comment.

Back to Top

Message Sent!

If you have more details or questions, you can reply to the received confirmation email.

Back to Home