I've implemented the CakeDC / Users authentication plugin and want to add other types of users to my system.
I currently have only the two default permissions: superuser and user.
I'm doing permissions control through the permissions.php file.
I'm also overwriting the layout files, I initially tried to force the form field on the form, but it forces the user type directly into the plugin's controller.