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';