Uniquelogin authentication: Difference between revisions
No edit summary |
No edit summary |
||
Line 3: | Line 3: | ||
This is integrated into Moodle 1.9 onwards. | This is integrated into Moodle 1.9 onwards. | ||
The Unique Authentication module is available | The Unique Authentication module is available for download from the Moodle plugins directory: http://moodle.org/plugins/view.php?plugin=auth_uniquelogin | ||
==Overview== | ==Overview== | ||
Authentication plugin | 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 | 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== | ==Assumptions== | ||
#Database-stored sessions are enabled. | To work properly, the plugin needs the following: | ||
#Uniquelogin is | #Database-stored sessions are enabled (see Notes/Tips bellow). | ||
#Uniquelogin is active in authentication plugins page. | |||
==Installation== | ==Installation== | ||
#Download the plug-in file from | #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/'' | #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''' | #Enable the authentication plug-in called '''Unique login''' | ||
#Move the plug-in to the top position | |||
==Notes/Tips== | ==Notes/Tips== | ||
*As mentioned in '''Assumptions''', you must use database-stored sessions to use this plug-in. To achieve this follow these steps: | *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 | #Enable the setting '''Use database for session information''' | ||
==See also== | ==See also== | ||
*[http://moodle.org/mod/forum/view.php?id=42 Using Moodle: User authentication] forum | *[http://moodle.org/mod/forum/view.php?id=42 Using Moodle: User authentication] forum |
Latest revision as of 12:18, 17 January 2014
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
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
- Move the plug-in to the top position
Notes/Tips
- 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
See also
- Using Moodle: User authentication forum
- https://docs.moodle.org/pt/Uniquelogin_authentication - this documentation in Portuguese