logintoboggan role

Component type

module

Maintenance status

Development status

Component created

Component changed

This module is inspired by this topic https://www.drupal.org/node/628334#21

I needed a option to choose the role the user gets after validation. For example pre registered user. Additonally I cleaned up the logintoboggan form by adding the great vertical tabs.

After installation you can choose the post validation role and everything is fine.

OpenID Connect GitHub

Component type

module

Maintenance status

Development status

Downloads

1150

Component created

Component changed

This integrates with the OpenID Connect module to allow sign in with GitHub.

While GitHub does not implement the actual OpenID Connect protocol, it does provide a similar flow for obtaining user data based on OAuth 2.0 tokens.

Configuration

Restrict Role Login by IP

Component type

module

Maintenance status

Development status

Downloads

1194

Component created

Component changed

This is a minimalistic version of Restrict By IP module .

Restrict By IP module checks for IP restriction for every user on every page load. This module instead checks for such restriction only on login.

Use this module only if you have performance concerns over validating every request against whitelisted IPs.

Login Here Block

Component type

module

Maintenance status

Development status

Component created

Component changed

The Login Here module provides a configurable block that generates a login link with the current destination as the post-login redirect. That is, after logging in via the link provided, you will be directed back to the page that you were on instead of being sent to the user page.

OpenID Connect Bitbucket

Component type

module

Maintenance status

Development status

Downloads

775

Component created

Component changed

Bitbucket doesn't actually support OpenID Connect, but its authentication flow is similar. This module provides a client plugin for the openid_connect module, to support logging in with Bitbucket.

This is not affiliated with nor supported by Bitbucket.

username_check

Component type

module

Maintenance status

Development status

Component created

Component changed

I am trying to port this module username_check from Drupal 7.x to Drupal 8.x. I used Drupal Module Upgrade,which analyse code and give us report what changes should need to do in module, which files get affected, modulation changes to be done in code etc. so far I do changes accordingly.

Content Login

Component type

module

Maintenance status

Development status

Downloads

1114

Component created

Component changed

Normally a user gets login by login box containing user name and user password.
Now this module tries to login an user by providing content url which is
encrypted.
This module is useful when you want to provide demonstration of site to new user
and you do not want them to perform provide user name and password and then
enter into the website for walk thorugh of the site.

By encrypted url of the content user will be able to go to the content and he
will be able to logged into the application without any authentication.