ZF-Commons / ZfcUser

A generic user registration and authentication module for ZF2. Supports Zend\Db and Doctrine2. (Formerly EdpUser)
BSD 3-Clause "New" or "Revised" License
497 stars 343 forks source link

[RFC] Drop controller plugin and view helper #558

Open adamlundrigan opened 9 years ago

adamlundrigan commented 9 years ago

I propose we drop the controller plugin and view helpers bundled with ZfcUser.

Rationale:

adamlundrigan commented 9 years ago

554 will need an update if this is merged

Danielss89 commented 9 years ago

Agree, let's drop those.

stijnhau commented 9 years ago

Indead the widget should be a separate module.

the zfcUserDisplayName is indead kinda lame because is 100% harcoded. I see a use case for it but then the field to show should be configurable. i think this is even better then removing it. In that case we can use that simple helper to show the most important field of the user.