Hi!
My issue is simple. I want to write a cb plugin to set username field to user id of the registrant on before registration. My idea is simple.
Because every user has a unique userid, then we can use this datum to aviod username and use email as login information.
I want to hide username field on registration and on user edit. I know writing plugin but new CB core has changed. I having trouble to find where core fields are loaded. If I find it I will hide this field on registration form and set a default value. Then when registration is completed, I will edit username field with user's user id with a plugin, that I wrote.