Register display

Component type

module

Maintenance status

Development status

Downloads

10

Component created

Component changed

This module allowed you to use user display from as register from, which means you can have different registration form based on a combination of user form display and roles.

In some cases, you might want to have different registration form for each role,
rather than starting customising register form using hook_form_alter you can use
Register display module.

Feel free to request a feature or report a bug.

Google+ Login

Component type

module

Maintenance status

Development status

Downloads

36

Component created

Component changed

Allows users to log into your Drupal site with their Google account. An option is available to override the user/login path to direct all login requests to Google (Note: if this option is enabled the Drupal login form is available at user/site-login).

Shareable session

Component type

module

Maintenance status

Development status

Component created

Component changed

Sharable session Module to save a user session and share the session.
This will define a block where you can assign it to any region. And this block will have a direct link to this pag
Allow sharing user session using an URL with a destination. Useful when testers want to report a bug and they will include this direct URL in the issue to allow developers to login directly and see the bug. Also, this will increase the testers awareness that the URL is important and very helpful.

Access Arguments List

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a simple module to make developer's life easier, it adds the "access argument" parameter to each permission row in admin permissions page ( admin/people/permissions ).

So, developer can copy and use it in custom modules hooks and functions e.g. hook_menu() and user_access().

Example to use in hook_menu():