Roleset

Component type

module

Maintenance status

Development status

Component created

Component changed

Warning: Under construction!

This module will allow roles to be grouped into sets and dynamically assigned to users per page load.

This module operates by generalizing the concept behind Organic Groups User Roles, and is intended to provide all the advantages of dynamic role assignment and separation between access control logic and friendly access administration.

User Referral 2

Component type

module

Categories

Component created

Component changed

This will be the User Referral port for Drupal 7, with rules integration.

Role Vocabulary

Component type

module

Maintenance status

Development status

Downloads

1550

Component created

Component changed

Role Vocabulary will sync all user roles as taxonomy terms in a particular vocabulary.

This is particularly helpful if you are using something like Taxonomy Access Control Lite and have a taxonomy which you use to define access to particular pieces of content per role. Role Vocabulary will keep these taxonomy terms up-to-date.

Duo Two-Factor Authentication

Component type

module

Maintenance status

Development status

Downloads

11419

Component created

Component changed

What is Duo?

Duo is the simplest and safest way to secure any Internet login or transaction. Duo leverages consumers’ existing mobile devices for strong, usable, risk-adaptive two-factor authentication, backed by a secure cloud-hosted service.

This Drupal module adds Duo Security's two-factor authentication to your Drupal 6.x/7.x site.

Multiple Users Autocomplete

Component type

module

Maintenance status

Development status

Downloads

1549

Component created

Component changed

This module allows for the creation of form elements that accept multiple usernames for that Drupal site as comma-separated values with autocomplete, much like the experience of free tagging, but with users.

To use this, download and activate the module, then when you're building forms in a module, just add this to the array for the field that you want to use as your multi-user autocomplete:

'#autocomplete_path' => 'user/autocomplete/multiple',

Here's an example of what a whole multiple-user-autocomplete field might look like:

First login

Component type

module

Maintenance status

Development status

Downloads

2273

Component created

Component changed

A simple utility module which enables the use of "first logins". With this module the site admin can enable content or do things that appear only on the first login for users by using modules like Context or Views. Couple useful functions are included for use in custom modules.

Integration with other modules

First login will integrate nicely with both Views (field + filter) and Context (condition).

Log user update

Component type

module

Maintenance status

Development status

Downloads

865

Component created

Component changed

D7 port

Use case:
-----------
that module may be helpful when we need to get only the users that have changed
their informations only within a given time
Like apps consuming drupal as backend for mobile apps where the app storing user
informations and needs to be updated with users
changed their details from the last time the app worked.

Summary

This is a helper module for developers to log the user's last update time.

Unique profile field

Component type

module

Maintenance status

Development status

Downloads

541

Component created

Component changed

Unique profile field as the name suggests, provides an option to make the profile fields created by the profile (core) module, unique.

After installing and enabling, this module will provide an option to make any profile field unique on its edit page. This is generally at admin/user/profile/edit/%fid .