Deprecated: htmlspecialchars(): Passing null to parameter #1 ($string) of type string is deprecated in
/home/joomlapolis824/public_html/libraries/kunena/External/Nbbc/src/BBCode.php on line
1435
SOLVED!
CB have this great feature out of the box! I only installed CB Fields plugin (can be found on Incubator area, professional membership only access).
In the CB Fields plugin I made the following trigger in less than a minute:
onAfterUserRegistration >field 'username'> set value equal to> [user_id]
or
onAfterUserRegistration >field 'username'> set value equal to> [firstname][user_id]
or
onAfterUserRegistration >field 'username'> set value equal to>
this post
. It is about email as username but you will get the idea of using the unique joomla user ID or any other field value as you wish as username, without needing the username field on the registration form!