I propose we drop the controller plugin and view helpers bundled with ZfcUser.
Rationale:
- ZF2 already provides a bundled
identity view helper and controller plugin that render zfcUserIdentity redundant.
zfcUserDisplayName has a hard-coded fallback cascade (display_name -> username -> email) that isn't broadly applicable in my opinion. It's best left to the application to decide how to handle empty fields.
zfcUserLoginWidget should be offered as an addon module for those who need it