User dropbox

Component type

module

Maintenance status

Development status

Component created

Component changed

Dropbox.

Users can browse, upload an delete file or folders from dropbox. (www.dropbox.com)

Users on register create account on dropbox.
Users can change dropbox account user/%uid/user_dropbox

Demo: http://user-dropbox-demo.miroljub.in.rs/ (username:demo2; passsword:Demo)

Duo Two-Factor Authentication

Component type

module

Maintenance status

Development status

Downloads

11419

Component created

Component changed

What is Duo?

Duo is the simplest and safest way to secure any Internet login or transaction. Duo leverages consumers’ existing mobile devices for strong, usable, risk-adaptive two-factor authentication, backed by a secure cloud-hosted service.

This Drupal module adds Duo Security's two-factor authentication to your Drupal 6.x/7.x site.

Comment Anonymizer

Component type

module

Maintenance status

Development status

Downloads

4083

Component created

Component changed

While Drupal provides capabilities for commentng for both anonymous and authenicated users, it provides no easy way for authenticated users to post comments anonymously without having to manually log out first. This is not only inconvenient to users; it also poses a problem on sites that may choose to implement a "paywall" or other means of limiting access to content but wish to allow for anonymous commenting.

User knock

Component type

module

Maintenance status

Development status

Component created

Component changed

User knock emulates "port knocking" by disabling the superuser (uid 1) account when they log out. In order to log into the account, a "secret knock" must first happen. This knock is provided in Configuration -> User knock as a URL with a generated key. Once that URL has been visited, the superuser account is activated and login proceeds as normal.

This reduces the chances of the superuser's password being bruteforced, as the account is disabled until the knock.

Facebook Application Framework

Component type

module

Maintenance status

Development status

Downloads

1575

Component created

Component changed

Overview

Facebook Application Framework (FBApp) is a set of modules designed to build Facebook Applications using Drupal. It provides an API to execute Graph API operations and FQL queries with built-in caching and support for Real-Time Updates and notifications. Includes also submodules for Rules and Views 3 integration and an OAuth 2.0 authentication mechanism that enables one-click registration and single sign-on. It is meant to be generic and compatible with other modules to allow for as many different use cases as possible. External modules that provide Social Plugins can be used with FBApp.

Features

  • Lightweight and flexible architecture;
  • Highly configurable;
  • Compatible with modules that provide Social Plugins;
  • Free from FB's PHP SDK or any client-side javascript;
  • Supports Real-Time Updates and notifications.

Forgotten Login

Component type

module

Maintenance status

Development status

Downloads

7157

Component created

Component changed

Without realising it, your Drupal site is losing customers / subscribers because they can't log in. A surprising proportion of people fail to understand that the user login form provides a request password facility. To overcome this, we have written "Forgotten Login", which monitors and reacts to failed logins.

Ubercart Order Access

Component type

module

Maintenance status

Development status

Downloads

1454

Component created

Component changed

Overview
This module allow administrators of an ubercart store to allow access to view / edit / delete / change status of orders only to certain roles and based on current order status.

Features

User Node Access

Component type

module

Maintenance status

Development status

Component created

Component changed

Don`t use this module, It`s not stable yet

Description

This module allows you to manage permissions for contents per user. It allows you to specify custom view, edit and delete permissions for each content. It work`s in opposite way how other access modules work, by provide a new user tab in user profile page with a list of private nodes, then you will be able to give this user permissions for each content (view,edit,delete)

Force Session Timeout

Component type

module

Maintenance status

Development status

Component created

Component changed

While my team was building an extranet application for a client we came across
a slightly strange requirement from their InfoSec Audit team.

They want to forcibly log users out who have been active on the site for
longer than 12 hours making them re-authenticate.

This is not particularly user friendly - but audit teams tend to not be
particularly negotiable about ISO27000 requirements.

I had a look around and couldn't find anything which did specifically this -
so I took some time to write my first Drupal module.