Unique Login

Authentication ::: auth_uniquelogin
Maintained by António Vilela
This authentication plug-in prevents that each one Moodle user has more than one active session simultaneously.

Unique Login 2.x (Build: 2011051000)

Moodle 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6, 2.7, 2.8, 2.9, 3.0, 3.1, 3.2, 3.3, 3.4
Released: Tuesday, 26 January 2016, 7:17 PM

uniquelogin

Moodle Uniquelogin authentication

The goal of this authentication plug-in is to make sure that each user in Moodle only has one active session simultaneously. To work properly, the plugin needs that Database-stored sessions are enabled. Have a look at the module documentation on http://docs.moodle.org/20/en/Uniquelogin_authentication to more information.

This plugin is being maintained by ED-ROM, the portuguese Moodle Partner.

This document describes how to set up Uniquelogin Authentication in Moodle.

This is integrated into Moodle 1.9 onwards.

The Unique Authentication module is available for download from the Moodle plugins directory: http://moodle.org/plugins/view.php?plugin=auth_uniquelogin Contents

Overview

The goal of Uniquelogin Authentication plugin is to make sure that each user in Moodle can only have one active session simultaneoulsy.

The code is prepared to work on Moodle 1.9 and 2.X as it addresses modifications in session table and database access through global DB instance. Assumptions

To work properly, the plugin needs the following:

Database-stored sessions are enabled (see Notes/Tips bellow).
Uniquelogin is active in authentication plugins page.

Installation

Download the plug-in file from http://moodle.org/plugins/view.php?plugin=auth_uniquelogin
Unzip the file to authentication plug-ins folder moodle/auth/
On the Administration Block, click on Site administration » Users » Authentication » Manage authentication
Enable the authentication plug-in called Unique login
Make sure Database-stored sessions are enabled (see Activate database-stored sessions bellow).

Activate database-stored sessions

As mentioned in Assumptions, you must use database-stored sessions to use this plug-in. To achieve this follow these steps:

On the Administration Block, click on Site administration » Server » Session Handling
Enable the setting Use database for session information

What new in 1.1

Administrator can configure whether teacher and administrator roles are affected by the plugin.

Version information

Version build number
2016012500
Version release name
2.x (Build: 2011051000)
Maturity
Stable version
MD5 Sum
97627756c69af6e2fa27703d38c37b0c
Supported software
Moodle 2.1, Moodle 2.0, Moodle 2.2, Moodle 2.3, Moodle 2.4, Moodle 2.5, Moodle 2.6, Moodle 2.7, Moodle 2.8, Moodle 2.9, Moodle 3.0, Moodle 3.1, Moodle 3.2, Moodle 3.3, Moodle 3.4

Version control information

Version control system (VCS)
GIT
VCS repository URL

Default installation instructions for plugins of the type Authentication

  1. Make sure you have all the required versions.
  2. Download and unpack the module.
  3. Place the folder (eg "myauth") in the "auth" subdirectory.
  4. Visit http://yoursite.com/admin to finish the installation