--- ldapauth.admin.inc.orig     2009-09-08 14:25:52.000000000 -0500
+++ ldapauth.admin.inc  2009-09-08 14:26:54.000000000 -0500
@@ -79,7 +79,7 @@ function ldapauth_admin_settings() {
     '#type' => 'checkbox',
     '#title' => t('Remove password change fields from user edit form'),
     '#default_value' => LDAPAUTH_DISABLE_PASS_CHANGE,
-    '#description' => t('<strong>NOTE:</strong> Request new password feature will be disabled for all users even for the user with uid 1.'),
+    '#description' => t('<strong>NOTE:</strong> Request new password feature will be disabled for all users even for the user with uid 1. This will also remove the "Create new account" link from the login block.'),
   );
   $options_email_field = array(
     LDAPAUTH_EMAIL_FIELD_NO => t('Do nothing'),

