User Account Permissions

Component type

module

Categories

Maintenance status

Development status

Downloads

6823

Component created

Component changed

This module add the following new permissions for user accounts:

  • edit own user account
  • edit own email address
  • edit other user's email address
  • change own password
  • change other user's password

Any user with the "administer users" permission is exempt from these restrictions.

Find People

Component type

module

Categories

Maintenance status

Development status

Downloads

475

Component created

Component changed

Overview

  • Find People simply admin end user search - This module provides a feature to search by username or email combination at the admin end of people page.
  • This is simple and easy way of search and this module is very useful when managing more number of users
  • Configuration settings are available on this path

Registration invite

Component type

module

Categories

Maintenance status

Development status

Downloads

2097

Component created

Component changed

User registration by invitation only

This module will add additional functionality to user registration account setting which will force new user registration to invitation only members. Once the module is enabled, a new member can register using invite link received in email.

Userpoints Import

Component type

module

Maintenance status

Development status

Component created

Component changed

Userpoints Import module imports data from CSV file and use this information to assign points to users. Admin can choose a file or paste this data directly into text area (for exaple from Excel) and send this for import execution process. Data file must contains three columns: username, points (+/-) and description (optional).

Registration code (simple)

Component type

module

Maintenance status

Development status

Downloads

1681

Component created

Component changed

Registration code (simple) -module gives site administrators means to limit registering users to user with a known password ("registration key"). When a registration code ise set, registering users must provide a valid password during the registration along with other normal registration information.

Password types

For the password validation (and complexity) logic following options are available. These can configured on the Account settings (admin/config/people/accounts) -page.

Magento Password

Component type

module

Maintenance status

Development status

Downloads

859

Component created

Component changed

Magento and Drupal don't follow the same schema about password storage.
Drupal uses SHA512 algorithm, while Magento is still using MD5 (with salt).

This module overrides password storage and checking methods on Drupal side to allow to copy/paste the Magento password hash directly into Drupal.

Features

  • Support for Magento's password during authentication process,
  • Generate password according to Magento algorithm.