ZfcUserAdmin
                                
                                
                                
                                    ZfcUserAdmin copied to clipboard
                            
                            
                            
                        An admin interface for ZfcUser
Fixes deprecated warnings when using newer versions of Zend Framework
Deprecated servicemanager in controller for newer zf-versions In zf3.0 it will even be removed. Make a DI of it.
So after: 1) adding zfcUserAdmin to a project that already had zfcUser up and working 2) adding "'user_mapper' => 'ZfcUserAdmin\Mapper\UserZendDb'," to the ZfcUserAdmin.global.php file under config/autoload/ I then navigate to...
NOTE: This PR requires [ZfcUser PR #562](https://github.com/ZF-Commons/ZfcUser/pull/562) and [ZfcUser PR #564](https://github.com/ZF-Commons/ZfcUser/pull/564) NOTE: This PR may break backwards compatibility because it defaults to underscore notation for form fields. This could be...
Added the possible options to the default config file so that new user can see the possible options to configure.
Rather than add more and more specialized calls, this builder takes advantage of the generic `formElement` to correctly render all element types. It could be enhanced with the tags and...
`UserAdminController` validates the form then passes result to service method, making reuse of the account create/edit functionality elsewhere more difficult. TODO: I made a fix for this [here](https://github.com/adamlundrigan/ZfcUserAdmin/commit/1084f3bd153e1223300a29f9310798d3a21e0fa0) and [here](https://github.com/adamlundrigan/ZfcUserAdmin/commit/49a605d15b39e40a66337243d112f79969ae6576)...
This can easily become Wiki material but right now it's a call for help. I added new fields to ZfcUser. One of them is **sex**. My problem here is with...
This updated layout looks like the image below - Add -  Edit - 