User Import Entity Reference

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Plugin for the User Import module, for handling importing entity reference fields from csv.

This plugin will also handle taxonomy term reference fields.

The plugin will match the text in the cell from the csv with any entities that could be used in the given field (if a suitable match is not found an error will be displayed and that row will not be imported).

Account Settings Tab

Component type

module

Categories

Maintenance status

Development status

Downloads

6212

Component created

Component changed

This module will provide you tab and block will help you to use edit the account settings information like changing password, email address and user name.

Use Case

If you are adding more fields into 'admin/config/people/accounts/fields' and using that as default profile. By using this module you can separate account settings and use.

Username auto suggestions

Component type

module

Maintenance status

Development status

Downloads

334

Component created

Component changed

Suggests username by defined pattern if filled username exists.

Installation

Install as you would normally install a contributed drupal module.

Configuration

  • Enable module.
  • Go to admin/config/people/accounts if you need to configure suggestion pattern.
  • Override suggestion message template if needed (username_autosuggestions).

User device

Component type

module

Maintenance status

Development status

Downloads

137

Component created

Component changed

This module helps you to store information about mobile devices if you using Drupal as a back-end for your Mobile app based on REST API.

For now, there is no UI and you are able to interact with devices programmatically.
See for example Push Me module.

Secure Password Reset

Component type

module

Categories

Maintenance status

Development status

Downloads

218

Component created

Component changed

The Forgot Password feature of core can be used to gather information such as valid usernames. Then these information may be used to perform brute force attack or account lockout attack(DoS).
This module addresses this by giving the same message for both Valid/invalid username/email Id.

Overview:
Makes password reset form more secured by not disclosing valid usernames

Track Username

Component type

module

Categories

Maintenance status

Development status

Downloads

84

Component created

Component changed

The Track Username module allows the administrator to keep track of the user's username history, with configurable limit. Includes a function to retrieve tracked username history for further module integration (ie. limit access based on username update count).

Roadmap

Track Usernames UI is currently in the works.

Credits

Much of the original code was repurposed from the Real Name module.

user_redirect

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

About
------------

A simple and light module to manage user redirections after login or registration.

* Redirect user after login.
* Redirect user after registration.
* Simple, light and user friendly.

Installation
------------

1. Install and enable the module.
2. Go to the Settings page (admin/config/user_redirect/default).
3. Set your custom urls.
4. save settings.

Change Login Url

Component type

module

Maintenance status

Development status

Component created

Component changed

A simple module which allows the site administrator to change the default login url of the core drupal.

This especially helps when you don't want anybody to know your login url, there are sites where you are the only user or with some few other users who are carrying out the CMS operations, changing the login url also helps you to save your site from hacking attempts as most of the hackers target the login url of the drupal i.e "user/login".