Skip to content

Commit

Permalink
Issue #2643736 by trupti.dixit, Ashish.Dalvi: Spelling mistake in Des…
Browse files Browse the repository at this point in the history
…cription
  • Loading branch information
Ashish.Dalvi authored and Balazs Dianiska committed Jul 21, 2016
1 parent 67a7f17 commit 3a0d051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simplesamlphp_auth.admin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 3a0d051

Please sign in to comment.