Login Custom Field

Component type

module

Maintenance status

Development status

Downloads

290

Component created

Component changed

This a lightweight module will allow you to login to Drupal with a custom user field and password instead of username and password.
So, you can create a mobile field and allow users to login with their mobile number along with their passwords instead of username and password.

Important Note: You should make sure this field is unique field.

Recommended modules

FZ152

Component type

module

Categories

Maintenance status

Development status

Downloads

1885

Component created

Component changed

This module helps you to bypass federal law 152 in Russian Federation.

It provides simple tools and API to adding privacy policy page on the site and adds checkbox 'I agree to process my personal data' to any form you want it.

For what this module is created

Data queue

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is still in active development mode. And there will be some updates in .install file.

The data queue module allows you to import data from Excel file and process them from the queue. You can control how many items processed per time from the module config page.
This module will create a new content type (data_queue_file) so you can upload Excel file using this content type.

Fieldcollection multi upload

Component type

module

Maintenance status

Development status

Downloads

217

Component created

Component changed

This module adds plupload field before each field collection, if in this collection there is the image field.
Submit form will add to node new field collection entities for each photos in plupload field.

It is an analog of module field_collection_bulkupload, but for Drupal 8.

This module relies on:

Hosting Drush Backup

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a provision command and a task in the hostmaster interface to create backups using drush archive-dump instead of the normal provision-backup code.

These backups cannot be used for restores through the interface. It is meant to be used by to get a backup which may include more (eg. follow symlinks) than the provision-backup dump provides.

Compatible with Aegir 7.x-3.x

User login persistent destination

Component type

module

Maintenance status

Development status

Downloads

448

Component created

Component changed

This tiny module ensures a persistent destination parameter on user login page.

Given the following use case:

You redirect anonymous users to the login page, when they try to access a page they are not authorized to view and add the "destination" query argument in order to send them back to that page after successful login, e.g. www.example.com/user/login?destination=my-secret-page.