So here is a simple hack for community builder Email as Username
Go to
/administrator/components/com_comprofiler/library/cb/cb.tables.php
Locate: function saveSafely( &$array, $ui, $reason )
Change line 1135
From
$this->username = $this->name;
to
$this->username = $this->email;
No comments:
Post a Comment