Restrict Control is a module which disable all CTRL actions and Right click actions
Following CTRL actions restricted :
CTRL+A ,CTRL+C ,CTRL+V ,CTRL+U, copy link, svae page etc
An ARC2 store is an RDF database which can be queried with SPARQL queries. Each ARC2 store can be set up to expose a SPARQL endpoint at a URL of your choice.
Changes the Drupal Username to chilean RUT. This is a quiet basic system, this is not changing existing users or handle different types of passport or tax numbers.
When using the core OpenID module, you have to fill the URL of the OpenID provider in the textfield in the login form.
In some usecases you have one specific OpenID provider and you don't want the user to be able to user other providers or to be asked to input the provider URL.
While searching for a solution for this problem, I came across the OpenID Single Sign On Relying Party module, which requires the provider to be a Drupal site. In my case the provider is not a Drupal site.
I took the aforementioned module and rewrote it to my purposes.
A lot of the code in this module comes from the other module, I just took the liberty to reuse it for this module.
The OpenID single provider module lets you configure a OpenID provider which
will always be used. Instead of a normal login block, the user will only see
a "Login to OpenID" button on the login block which will redirect him to the
OpenID provider.
Installation
1. This module requires the the openid module.
Make sure that the module is enabled.
2. Copy this openid_single_provider/ directory to your sites/SITENAME/modules
directory.
3. Enable the module in admin/modules
4. Configure the module in admin/config/people/openid-single-provider