summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module6
1 files changed, 6 insertions, 0 deletions
diff --git a/authfas.module b/authfas.module
index 1cfb664..ca15087 100644
--- a/authfas.module
+++ b/authfas.module
@@ -106,3 +106,9 @@ function authfas_menu() {
// http://drupal.org/node/206761
return TRUE;
}
+
+function user_admin_role_form_alter(&$form, $form_state, $form_id) {
+ if ($form_id == "user_admin_role") {
+ form['foo'] = array('#title' => t('FOO'),);
+ }
+}