summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
authorPaul W. Frields <stickster@gmail.com>2010-07-21 07:14:49 -0400
committerPaul W. Frields <stickster@gmail.com>2010-07-21 07:14:49 -0400
commit5605dd471830090899278f747df210f602aa9fce (patch)
treef9e3dba009c41584f39a54cdf6f9dd0b19125b9c /authfas.module
parent1a4f5715544b655b8c1b813346144c7558721660 (diff)
downloaddrupal-authfas-6x-5605dd471830090899278f747df210f602aa9fce.tar.gz
drupal-authfas-6x-5605dd471830090899278f747df210f602aa9fce.tar.xz
drupal-authfas-6x-5605dd471830090899278f747df210f602aa9fce.zip
Remove unnecessary placeholders0.1
Diffstat (limited to 'authfas.module')
-rw-r--r--authfas.module13
1 files changed, 0 insertions, 13 deletions
diff --git a/authfas.module b/authfas.module
index 89a700b..5056d4f 100644
--- a/authfas.module
+++ b/authfas.module
@@ -375,19 +375,6 @@ function authfas_user($op, &$edit, &$account, $category = null) {
}
}
-/*
- * Helper functions that you will need to implement
- */
-function externalUserExists($username)
-{
- return true;
-}
-
-function externalUserValidPassword($username, $password)
-{
- return true;
-}
-
// Local variables:
// mode:php
// tab-width:2