Password No Confirm

Component type

module

Maintenance status

Development status

Component created

Component changed

This module removes the password confirmation field from the new user registration form so that a new user has to type their password only once. The intention is to help expedite new user registration. To use this module, just enable it, and the change will take effect. There is no configuration necessary.

This module is as simple as it gets: it simply implements a hook_form_FORM_ID_alter() on the user_registration_form form.

Membership Entity Commerce Prorate

Component type

module

Categories

Maintenance status

Development status

Downloads

131

Component created

Component changed

This Drupal 7 module enhances Membership Entity and Membership Entity Commerce to allow membership upgrades and downgrades. It provides this functionality by calculating a pro-rated discount of the remaining time on an active membership, and applying that to a purchase of a new discount.

No End date

Component type

module

Categories

Maintenance status

Development status

Downloads

82

Component created

Component changed

Extends Date Popup widget: provides an option to hide the date input for the end date
(the end time input is visible). It might be useful when one needs to set a single date,
start time and end time (e.g. for an event that takes place during a single day).

After submitting the field the end date is set to the same value as the start date, i.e.
the end datetime is correct and can be used as if the end date

The respective checkbox (Hide end date) is located under the advanced settings of widget form.

JSONAPI Flysystem Uploader

Component type

module

Categories

Maintenance status

Development status

Downloads

801

Component created

Component changed

Entities may have a JSON API representation automatically uploaded to S3 or other file storage systems upon creation. This is handled using the Flysystem module and library. Data will be stored in a file named "[uuid].json" based upon the entity's UUID value.

OAuth2 Client Database

Component type

module

Maintenance status

Development status

Downloads

183

Component created

Component changed

OAuth2 Client Database integrates OAuth2 Client into Drupal and allows you to store the token data in the database storage instead of session storage.

Dependencies

Situation

Let's imagine, you use password grant and generate token on hook_user_login where you put (username and plain password) like this:

Custom Configuration

Component type

module

Categories

Maintenance status

Development status

Downloads

368

Component created

Component changed

Custom configuration management for a single site, Multi site & Multilingual.

This is a new module in Drupal8. This module is more helpful where you want to save multiple configurations like Facebook, Twitter, Google Auth key and etc.

This module also work with multi domain, multi website and multilingual.

Asynk

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Process heavy tasks in Drupal asynchronously with ease.

Sample Usage

In order to execute a heave function

// Execute the heavy task asynchronously.
asynk('sample_heavy_task', $key, $lan);

// Send email to 10 people.
function sample_heavy_task($key, $lan) {
  for ($i = 0; $i < 10; $i ++) {
    drupal_mail('my_module', $key, 'sample@sample.com', $lan);
  }
}

Analog Digital Clock

Component type

module

Maintenance status

Development status

Downloads

116

Component created

Component changed

This module offering a simple Block that display time with different skin.
This will use default system time.
You can configure clock skin from configuration page.

Skins are as follow
1. Simple digital clock with date
2. 24 hr Digital clock with date
3. Analog clock