User Field Access

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is a branch of the user_field_privacy module and will possibily be merged into it.

Why a new module?

  1. More options than just private and public through hooks and realms
  2. User Relationships integration
  3. Fancy ui instead of checkbox

When will it be available?

A working module can be checked out.

user_emailconfirm

Component type

module

Maintenance status

Development status

Component created

Component changed

A very small and lightweight module that offers a way to do e-mail confirmation during user registration via javascript and a validation function in php on submit.

This module adds an extra e-mail field to the user_register_form that users have to fill out when registering to the site, this prevents unused accounts where people registered with a wrong e-mail address, and thus, also prevents related e-mail from users.

user_requestname

Component type

module

Maintenance status

Development status

Downloads

186

Component created

Component changed

User Request Name is just a small module that offers a way for users to retrieve their username when they forget it. It will send the user an email containing only their username after a user provides an email address.

Image CAPTCHA Refresh

Component type

module

Maintenance status

Development status

Downloads

31064

Component created

Component changed

Drupal 8

This module is going to be part of CAPTCHA module, see https://www.drupal.org/node/2608540 for updates.

Description

This module adds the link for refreshing image into very popular module for widget image_captcha.

URL Alias Permissions

Component type

module

Maintenance status

Development status

Downloads

2002

Component created

Component changed

The URL Alias Permissions module allows site administrators to set permissions to create and edit url path settings by content type.

Have you ever wanted to allow your users to create or edit the alias for pages and webforms but you want pathauto to create blog paths and you don't want your users to change that path? Or perhaps you have a slide content type and you don't need paths for those at all, so you want to hide that from your users to make things simpler for them. This module allows you to do that.

Authy - Two-factor authentication

Component type

module

Maintenance status

Development status

Downloads

3269

Component created

Component changed

Secure your Drupal site with two-factor authentication provided by
Authy.

With the Authy module installed on your website your users can use
their smart phone as a one-time-password generator, greatly
improving the security of your site.

You can request an one time password from your users not only when
they sign in, but also when they are submitting any form on your
site, for example when requesting a new password.

Administer Users

Component type

module

Maintenance status

Development status

Component created

Component changed

The administer users permission is more broad than necessary and not prudent to give most roles. For example, it is often the case that we need to be able to allow a role the permission to create users, but this is within the "administer users" permission. (A problem solved with the UCreate module, but it has not been upgraded to Drupal 7 yet.)

I'd also like to allow users with a given permission the ability to assign other users with a configurable list of roles or a family of permissions. I'm not sure what the UI for that will look like yet though.