summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module9
1 files changed, 9 insertions, 0 deletions
diff --git a/authfas.module b/authfas.module
index 399b1be..40577b2 100644
--- a/authfas.module
+++ b/authfas.module
@@ -89,6 +89,15 @@ function authfas_admin() {
'#description' => t('To authenticate when this module is enabled, a user must be a member of this FAS group.'),
'#required' => TRUE,
);
+ $form['authfas_maildomain'] = array(
+ '#type' => 'textfield',
+ '#title' => t('Email domain used for FAS users'),
+ '#default_value' => variable_get('authfas_maildomain', ''),
+ '#size' => 50,
+ '#maxlength' => 255,
+ '#description' => t('Enter the domain name to be appended to accounts authenticated via FAS. Do not include the @ sign.'),
+ '#required' => TRUE,
+ );
$form['authfas_more_information'] = array(
'#type' => 'item',