From b5eef23e026dc3891e5055e22ca6f96cf27d4880 Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Sat, 10 Jul 2010 11:36:35 -0400 Subject: Add FIXME detailing what needs to be done --- authfas.module | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'authfas.module') diff --git a/authfas.module b/authfas.module index 6a07c54..ed6c1aa 100644 --- a/authfas.module +++ b/authfas.module @@ -59,6 +59,12 @@ function authfas_admin() { '#description' => t('The location of the FAS instance to which users can authenticate'), '#required' => TRUE, ); + /** + * FIXME: This is where we will do some magic: Retrieve data from + * the MySQL table that maps rid <--> FAS_groupname, and display an + * editable row for each entry, along with a remove button. An add + * button will allow creation of new rows. + */ return system_settings_form($form); } -- cgit