Show Email Address

Component ID

2866178

Component name

Show Email Address

Component type

module

Maintenance status

Development status

Component security advisory coverage

covered

Downloads

183

Component created

Component changed

Component body

This small module is to show Drupal user's email address in user profile page.

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.