summaryrefslogtreecommitdiff
path: root/FS/FS/Auth/external.pm
diff options
context:
space:
mode:
Diffstat (limited to 'FS/FS/Auth/external.pm')
-rw-r--r--FS/FS/Auth/external.pm13
1 files changed, 2 insertions, 11 deletions
diff --git a/FS/FS/Auth/external.pm b/FS/FS/Auth/external.pm
index d2bc746..51f1f04 100644
--- a/FS/FS/Auth/external.pm
+++ b/FS/FS/Auth/external.pm
@@ -1,18 +1,9 @@
-packages FS::Auth::external;
+package FS::Auth::external;
#use base qw( FS::Auth );
use strict;
-sub autocreate {
- my $username = shift;
- my $access_user = new FS::access_user {
- 'username' => $username,
- #'_password' => #XXX something random so a switch to internal auth doesn't
- #let people on?
- };
- my $error = $access_user->insert;
- #die $error if $error;
-}
+sub autocreate { 1; }
1;