Forgot Email

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Forgot Email

Today every user have multiple E-mail ids So they forgotten which E-mail address registered in a Site.

This module helps to user can known which E-Mail Address they registered with a Site and then they can reset the password .

We have to get the data from user like Mobile No., User code etc.. Based on
that field user can retrieve their E-Mail address.

Mass Contact Auto Category

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

INTRODUCTION:
This module acts as a helper to mass_contact module. It automates the creation
of mass contact categories, based on taxonomy terms, when a new term is being
added to the site.

The module adds categories automatically for terms that get added to a
vocabulary that is being referenced from the user entity.
The user adding the term has an option to select whether to create a category or not.

Commerce Abandoned Carts

Component type

module

Maintenance status

Development status

Downloads

372

Component created

Component changed

This module will automatically send an email message to users who have abandoned their Drupal Commerce carts.

On each cron run the module finds Drupal Commerce carts that have been abandoned (using configurable settings) and that the user has gone to the point in the checkout process to have entered their email address. Then the module will send an email message to the user(s) to remind them that they have a cart, or ask if they had an issue during checkout.

Email messages are fully customizable. Message limits and other options are configurable in the module settings.

Campaign Monitor User Fields

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module adds Custom field and token support to campaignmonitor_user, which requires a couple of extra methods in the CampaignMonitor class.

Installation:

Download this module and any dependencies as normal and upload to the appropriate directory.

Download the patch attached to this issue:
https://www.drupal.org/node/2863099

And apply it to the campaign monitor module.

Show Email Address

Component type

module

Maintenance status

Development status

Downloads

183

Component created

Component changed

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).