summaryrefslogtreecommitdiffstats
path: root/authfas.module
diff options
context:
space:
mode:
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