Disco

Component type

module

Maintenance status

Development status

Downloads

44

Component created

Component changed

Summary

The Disco module provides your drab, boring site with a little bit of life. Through randomly generated inline CSS styles, your site will transform into an abstract work of art. For those not fond of art, Disco can be used as a punishment for specific users or roles on your site.

Requirements

Depending on how mt_rand wants to treat you, sometimes a strong stomach.

Display role

Component type

module

Maintenance status

Development status

Downloads

594

Component created

Component changed

Easily show users' assigned role or roles on their profile pages by using this module.

It makes a list of user roles available for site administrators to choose to show as one of the display fields available on user profiles.

Enable the module and go to People » Account settings » Manage display and drag "Roles" to where you would like it to display relative to the order of other items, like "Picture" and "Member for", available on this form that, as it explains, "lets administrators configure how fields should be displayed when rendering a user profile page."

Track User Change

Component type

module

Maintenance status

Development status

Downloads

178

Component created

Component changed

This module is used to store user last update time. By default during module
installation a new user field "field_user_changed" will be created and
this field captures user last update time. Since this field was made hidden, it will not be shown on user view page, but this field value can be viewed in peoples page in front-end.

Summary
This is a helper module for developers to log user's last update time as a user field.

login_with_email

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

/**
 * Capture the form stubmit and check the form_id if it matches a login form, then
 * it will check it as an email using an extra validation step
 * @param array $form The current form  (I guess...)
 * @param array $form_state The state of the current form  (I guess...)
 * @param string $form_id The unique identifier for this form
 * @see hook_form_alter
 */
function login_with_email_form_alter(&$form, $form_state, $form_id) {
  switch ($form_id) {
    //there are two normal login forms
    case 'user_login':
    case 'user_login_block'

Admin User List

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds a page list and configuration form block above for any logged in user to list users of the site filtered by role. Sandbox intended for primarily educational purposes.

User Lock

Component type

module

Maintenance status

Development status

Downloads

493

Component created

Component changed

INTRODUCTION
----------------------
* URL Lock module provides you to lock user login.
* Prevents User(s) to login for particular time period.
* Checks the action for login and redirects as per user.
* Provides URL Lock Admin UI to add/edit/delete all User lock(s).
* Can give time period i.e from and to dates to lock user.
* User Lock works with the latest saved lock period for that user.

User Factory

Component type

module

Maintenance status

Development status

Component created

Component changed

User factory module saves uid of user who creates other users. This is very helpful in sites where particular user roles are allowed to create other users and with this module it can be easily shown who created which user.