From 3a0d05114c729e1034f31a700122f82dc358c349 Mon Sep 17 00:00:00 2001 From: "Ashish.Dalvi" Date: Thu, 21 Jul 2016 12:17:29 +0200 Subject: [PATCH] Issue #2643736 by trupti.dixit, Ashish.Dalvi: Spelling mistake in Description --- simplesamlphp_auth.admin.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplesamlphp_auth.admin.inc b/simplesamlphp_auth.admin.inc index ca253a1..3694716 100644 --- a/simplesamlphp_auth.admin.inc +++ b/simplesamlphp_auth.admin.inc @@ -70,7 +70,7 @@ function simplesamlphp_auth_settings_basic() { '#type' => 'checkbox', '#title' => t('Register users (i.e., auto-provisioning)'), '#default_value' => variable_get('simplesamlphp_auth_registerusers', TRUE), - '#description' => t("Determines wether or not the module should automatically create/register new Drupal accounts for users that authenticate using SimpleSAMLphp. Unless you've done some custom work to provision Drupal accounts with the necessary authmap entries you will want this checked. NOTE: If unchecked each user must already have been provisioned a Drupal account with an appropriate entry in the authmap table before logging in. Otherwise they will receive a notice and be denied access. Be aware that simply creating a Drupal account will not create the necessary entry in the authmap table."), + '#description' => t("Determines whether or not the module should automatically create/register new Drupal accounts for users that authenticate using SimpleSAMLphp. Unless you've done some custom work to provision Drupal accounts with the necessary authmap entries you will want this checked. NOTE: If unchecked each user must already have been provisioned a Drupal account with an appropriate entry in the authmap table before logging in. Otherwise they will receive a notice and be denied access. Be aware that simply creating a Drupal account will not create the necessary entry in the authmap table."), ); $form['#submit'][] = 'simplesamlphp_auth_settings_basic_submit';