From 53046f0b665f86b6f9271a73cdb1e073eb69c7db Mon Sep 17 00:00:00 2001 From: "Paul W. Frields" Date: Thu, 1 Jul 2010 21:01:03 -0400 Subject: Add warning that this module is useless right now --- authfas.module | 1 + 1 file changed, 1 insertion(+) diff --git a/authfas.module b/authfas.module index 28535c5..6a07c54 100644 --- a/authfas.module +++ b/authfas.module @@ -9,6 +9,7 @@ function authfas_help($path, $arg) { switch ($path) { case "admin/help#authfas": $output = '

'. t("Authentication to the Fedora Account System (FAS)") .'

'; + $output .= '

'. t("Note that this module doesn't actually function yet.") .'

'; break; } return $output; -- cgit