Signout Sessions

Component type

module

Maintenance status

Development status

Downloads

248

Component created

Component changed

Drupal allows multi device log in at the same time for an user, but sometimes user forgets to log out from a device. This module allows site users to sign out from all other sessions if the sessions exist. (session for current logged in user remains)

Usage example:
Drupal allows its users to login with same account on different browsers or machines / devices at the same time.
This module helps the current logged in user to sign out from all the other sessions.

Chosen Transliteration

Component type

module

Maintenance status

Development status

Component created

Component changed

This is to add transliteration support to the chosen javascript library.

Unfortunately, the chosen library doesn't support any extendability out of the box to allow for this. I have submitted a pull request for that, and although the discussion progressed to a very mature state, it seems that they are reluctant to include such a logic in the library.

In the meantime, and because I use this on several projects, I am releasing forked versions of chosen and will attempt to keep them up to date.

Login Email or Username

Component type

module

Maintenance status

Development status

Downloads

6007

Component created

Component changed

This simple Drupal 8 module allows users to log in with either their username OR email address from the same input box on the standard login form (it turns the "name" field into a username OR email address field).

REQUIREMENTS

Core dependencies only.

RECOMMENDED MODULES

[D8] HybridAuth Basic

Component type

module

Maintenance status

Development status

Component created

Component changed

git clone --branch 8.x-1.x rjjakes@git.drupal.org:sandbox/rjjakes/2820464.git hybridauth_basic
cd hybridauth_basic

Note: this module is currently in initial development. Contributions welcome!

@todo
- Remove composer manager requirement
- Login logic bugfix
- Better exception handling
- Security
- Expose confirmation page as a panel/for page manager

CONTENTS OF THIS FILE
---------------------

Stakeholder Review

Component type

module

Maintenance status

Development status

Component created

Component changed

The problem

Internal or external project stakeholders (staff members, journalists, etc) need to preview unpublished content without having to log in. Admins would like to be able to give these stakeholders a URL to view unpublished pages and have that URL disappear after two weeks.

Force Reset Password

Component type

module

Maintenance status

Development status

Component created

Component changed

Description:

Once defined a user role and grouping the users in this role, the module will intercept user login and check if the user account belongs this group. If so, the reset password e-mail is sent and a warning message is showed.
This verification is done only by username or e-mail, the password will be disconsidered in this flow.

Masquerade Userchoice

Component type

module

Maintenance status

Development status

Component created

Component changed

= Masquerade User Choice=

The Masquerade User Choice module expends the Masquerade module and now allows users to choose who can masquerade as them. This is done by editing account profile.

== Installation and Configuration ==

To install the Masquerade User Choice module, extract the module to your modules folder,
such as sites/all/modules. After enabling the module you will have to enable the permissions.

This module relies on the existing permissions for Masquerade and adds two new permisisons.

Profile Role Access

Component type

module

Maintenance status

Development status

Downloads

121

Component created

Component changed

Drupal 8 module that allows the administrator to restrict access to user profiles based on role.

For example, you could limit access to the administrator profile for everyone except the administrator role (duplicates functionality found in: https://www.drupal.org/project/userone )

Publishers could be allowed to view profiles of authenticated users, while authenticated users could be restricted from seeing other authenticated users profiles.