You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
I propose we drop the controller plugin and view helpers bundled with ZfcUser.
Rationale:
identity
view helper and controller plugin that renderzfcUserIdentity
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 itThe text was updated successfully, but these errors were encountered: