summaryrefslogtreecommitdiff
path: root/FS/FS/Auth/internal.pm
diff options
context:
space:
mode:
authorIvan Kohler <ivan@freeside.biz>2013-05-09 21:42:37 -0700
committerIvan Kohler <ivan@freeside.biz>2013-05-09 21:42:37 -0700
commit56f9dffcd409d2a10e7a2cbe4c15b397f6f3abe1 (patch)
tree1b151c7f2348965c10823644201fc33a070dfa7b /FS/FS/Auth/internal.pm
parent19eef2ec0e68587304cd597fc5b2f8e1f151e424 (diff)
NG auth: autocreate records for external users, RT#21563
Diffstat (limited to 'FS/FS/Auth/internal.pm')
-rw-r--r--FS/FS/Auth/internal.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/FS/FS/Auth/internal.pm b/FS/FS/Auth/internal.pm
index bb116ce..f6d1a00 100644
--- a/FS/FS/Auth/internal.pm
+++ b/FS/FS/Auth/internal.pm
@@ -42,6 +42,8 @@ sub authenticate {
}
+sub autocreate { 0; }
+
sub change_password {
my($self, $access_user, $new_password) = @_;