I was hoping to register the User with most of the required fields in CB's registration page. One that we require is the avatar. I see how the process works ( with \CBLib\Image\Image ) but I can't say what the final image filename will be without knowing the userid. How does CB registration page do that, and can it be done from that registerUser function? Or do I need to edit the user with the filename after retrieving the new userid?