Password No Confirm

Component type

module

Maintenance status

Development status

Component created

Component changed

This module removes the password confirmation field from the new user registration form so that a new user has to type their password only once. The intention is to help expedite new user registration. To use this module, just enable it, and the change will take effect. There is no configuration necessary.

This module is as simple as it gets: it simply implements a hook_form_FORM_ID_alter() on the user_registration_form form.

Fancy User Login

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides user to login in a fancy manner. Fancy login means user will only be able to see the username field when they will try to login. After entering username, it will be validated whether this username is valid or not. If its valid then password field gets visible and user will able to login successfully.

yoti

Component type

module

Maintenance status

Development status

Downloads

530

Component created

Component changed

Yoti is a digital identity platform that allows users to log in to your Drupal site—simply, securely and password free! Using a combination of our free identity app and our web-based dashboard, we verify customer details against government issued ID documents before securely sending their details to you. Click here to learn more.

This plugin also allows functionality to link your current followers to their Yoti accounts making registration and blogging quicker with a fancy button!

OAuth2 Client Database

Component type

module

Maintenance status

Development status

Downloads

183

Component created

Component changed

OAuth2 Client Database integrates OAuth2 Client into Drupal and allows you to store the token data in the database storage instead of session storage.

Dependencies

Situation

Let's imagine, you use password grant and generate token on hook_user_login where you put (username and plain password) like this:

User access fix

Component type

module

Maintenance status

Development status

Component created

Component changed

We think this module will resolve user access issue and might be alternative to hook_node_access for users.

After installing this module you will have new permissions as listed below:
- View own user page.
- Edit own user page.
- Access restore user password.
- And 4 permissions for each role (view | create | edit | delete).

Also you will be able to implement hook_user_access_fix_access to alter access.

Now this module is still under heavy development and will be released soon.

Multi Step Login

Component type

module

Maintenance status

Development status

Downloads

161

Component created

Component changed

The Multi Step Login module offers following features and usability improvements

1>First form checks user is already registered in site or not using email or username.
If user is already registered then login form will come otherwise user user will redirected to user register form.

2>In second form user can login with email id or username.

HOW TO USE:-

- Multi Step Login module path is multi-step-form.Example: example.com/multi-step-form