summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-18 22:00:34 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-18 22:00:34 -0400
commit9af1278fe2eab0f82362cb6414a60d8774804e14 (patch)
tree830841770c15ddaa7c0c9564eb2f8c962ef728f5
parent06a796dae2d67f7965cdc5c29c4edc783d847af4 (diff)
downloaddrupal-authfas-6x-9af1278fe2eab0f82362cb6414a60d8774804e14.tar.gz
drupal-authfas-6x-9af1278fe2eab0f82362cb6414a60d8774804e14.tar.xz
drupal-authfas-6x-9af1278fe2eab0f82362cb6414a60d8774804e14.zip
Make FAS group mapping instructions more helpful
-rw-r--r--authfas.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/authfas.module b/authfas.module
index 2bad8b2..8c3063a 100644
--- a/authfas.module
+++ b/authfas.module
@@ -190,7 +190,7 @@ function authfas_form_user_admin_role_alter(&$form, $form_state) {
$newform['fasgroup'] = array(
'#type' => 'textfield',
'#title' => t('FAS group mapping'),
- '#description' => t('Enter the name for a FAS group that maps to this role.'),
+ '#description' => t('Enter the name for a FAS group that maps to this role. To delete an existing mapping, clear this field. When you delete an existing mapping, users are not removed from the Drupal role. You can either delete the role entirely to remove all users from it, or remove individual users from the role by <a href="@edit">editing them directly</a>.', array('@edit' => url('admin/user/edit'))),
'#size' => 30,
'#maxlength' => 255,
'#default_value' => $fasgroup,