certificatelogin 8.x-1.0-alpha3

Changes since 8.x-1.0-alpha2:

  • #2898046 by colan: Improved module description in the documentation. (#)
  • #2898700 by colan: Store the certificate in the authmap instead of its data. (#)

certificatelogin 8.x-1.0-alpha2

New features

You can now restrict logins to users holding certificates issued by a particular CA. Also, the documentation is done.

Changes since 8.x-1.0-alpha1:

certificatelogin 8.x-1.x-dev

Initial Drupal 8 development branch.

Changes since 7.x-2.x:

  • #2854922 by colan: Added D8 scaffolding with Console and removed D7 bits. (#)

certificatelogin 7.x-2.0-rc4

Bug fixes

Changes since 7.x-2.0-rc3:

certificatelogin 7.x-2.0-rc3

Bug fixes

Just a few small, but important fixes for new users. Current users who are not experiencing problems do not need to update.

Note: Old users might need to set the ”certificatelogin_authmap” variable to value 0, if currently using the username authentication. This can be done for example with ”drush vset certificatelogin_authmap 0”.

certificatelogin 7.x-2.0-rc2

Bug fixes

* Updated documentation and UI texts a bit
* Fixed a setting option's default value

certificatelogin 6.x-2.x-dev

New features

Development release. Adds support for using authmap (compared to 6.x-2.2) and makes all strings translatable.

certificatelogin 5.x-6.0

$form['#action'] = 'https://'.$_SERVER['SERVER_HOST'].'/'.$_SERVER['REQUEST_URI'];

certificatelogin 5.x-6.x-dev

$form['#action'] = 'https://'.$_SERVER['SERVER_HOST'].'/'.$_SERVER['REQUEST_URI'];

certificatelogin 6.x-1.2

$form['#action'] = 'https://'.$_SERVER['HTTP_HOST'].'/'.$_SERVER['REQUEST_URI'];

certificatelogin 5.x-5.9

Bug fixes

$form['#action'] = 'https://'.$_SERVER['HTTP_HOST'].'/'.$_SERVER['REQUEST_URI'];

certificatelogin 5.x-5.6

Bug fixes

#320344 by tony_cowderoy: changed 'server_name' to 'server_host'

certificatelogin 5.x-5.2

New features

Do you work for an organization where certificates are used for authentication? This module makes it possible for your users to register and login by certificate. When a drupal page is accessed via https the module checks for certain environmental variables that contain the user's unique information, such as an email address. It then creates a new account if one does not exist or logs the user in if the account exists already.

Features:
Present login link on access denied (403)
Automatic account creation
Automatic role configuration
Current login override

certificatelogin 5.x-3.0

New features

The module makes it possible for your users to register and login by certificate. Do you work for an organization where certificates are used for authentication? When a drupal page is accessed via https the module checks for certain environmental variables that contain the user's unique information, such as an email address. It then creates a new account if one does not exist or logs the user in if the account exists already.

Features:
Present login link on access denied (403)
Automatic account creation
Automatic role configuration
Current login override

certificatelogin 5.x-3.x-dev

New features

The module makes it possible for your users to register and login by certificate. Do you work for an organization where certificates are used for authentication? When a drupal page is accessed via https the module checks for certain environmental variables that contain the user's unique information, such as an email address. It then creates a new account if one does not exist or logs the user in if the account exists already.

Features:
Present login link on access denied (403)
Automatic account creation
Automatic role configuration
Current login override

certificatelogin 5.x-2.0

New features

The module makes it possible for your users to register and login by certificate. Do you work for an organization where certificates are used for authentication? When a drupal page is accessed via https the module checks for certain environmental variables that contain the user's unique information, such as an email address. It then creates a new account if one does not exist or logs the user in if the account exists already.

Features:
Present login link on access denied (403)
Automatic account creation
Automatic role configuration
Current login override

certificatelogin 5.x-2.x-dev

The module makes it possible for your users to register and login by certificate. Do you work for an organization where certificates are used for authentication? When a drupal page is accessed via https the module checks for certain environmental variables that contain the user's unique information, such as an email address. It then creates a new account if one does not exist or logs the user in if the account exists already.

Features:
Present login link on access denied (403)
Automatic account creation
Automatic role configuration
Current login override

certificatelogin 5.x-1.1

New features

The module makes it possible for your users to register and login by certificate. Do you work for an organization where certificates are used for authentication? When a drupal page is accessed via https the module checks for certain environmental variables that contain the user's unique information, such as an email address. It then creates a new account if one does not exist or logs the user in if the account exists already.

Features:
Present login link on access denied (403)
Automatic account creation
Automatic role configuration
Current login override

certificatelogin 5.x-1.0

New features

The module makes it possible for your users to register and login by certificate. Do you work for an organization where certificates are used for authentication? When a drupal page is accessed via https the module checks for certain environmental variables that contain the user's unique information, such as an email address. It then creates a new account if one does not exist or logs the user in if the account exists already.

Features:
Present login link on access denied (403)
Automatic account creation
Automatic role configuration
Current login override

Subscribe with RSS Subscribe to Releases for Certificate Login