hello
When user register on my new J 2.5 site (without need to confirm their email) I would like simply ask:
Firstname
Lastname
Email
Password
That mean I would like to NOT ask any username. Then for login, inside CB Configuration I can set to allow only "Email" for let user login with their email instead to use their username....well.
Now I see CB need anyway to fill the default username field because is a required field in Joomla. The problem for me is I noticed this "missing" username will be composed using Firstname + Lastname. That mean for example if a user register using this data:
Firstname: Mike
Lastname: Foo
Email: mike.foo@domain.com
...is username will become "Mike Foo" and me I would like the Username become his own email address.
It is possible to do that?
The problem after is if user change for any reason his email address, the field Email will contain his new address but the field Username will contain his old address. So is necessary to always check and make equal both value for Email and Username field.
By default CB do not allow this...but I wondering if using Auto-Action or any other plugin is possible and if yes how.
thank
I use Joomla 3.3.6 - CB 2.0.4 - CBSubs 4 - Several Incubator plugins