I have installed the cakeDC Users plugin and extend/override users controller and model as they described in to the Readme. Seems everything working.
But, I want to modify the registration form and plugin to add fields - first_name, company etc. and enable user account activation by admin user.
So, my question is, how do I
- add custom fields in to the registration form
- disable email verification
- disable activating user account by default
I am new to cakePHP and there is not so much documentation for cakeDC as well.
Can anyone help please? Thanks in advance!