Show Email Address
This module displays a user's email address on their profile page. It offers configuration options to control its visibility, display label, and permissions for different user roles.
This small module is to show Drupal user's email address in user profile page.
Drupal 7 branch:
Consistently this get required in most of our Apps so instead of implement hook_user_view() this every time ,, a small module can do this for you without writing any more code with a control page so you can control(Weight, Label Display, enable/disable it).
This module doesn't add anything to your database ,, it simply renders the same registered email of the user in profile page.
Drupal 8 branch:
To use all of this module features go to:
Configuration » People » Account settings » Manage display
and select Show email address Format.
Features for D7 & D8 branches:
- Select which role can see the field by permission.
- select to hide roles email field in the module settings.
- By default userone email field is hidden until you choose to show it in the
module settings.