NG auth: autocreate records for external users, RT#21563
[freeside.git] / FS / FS / Auth / internal.pm
index bb116ce..f6d1a00 100644 (file)
@@ -42,6 +42,8 @@ sub authenticate {
 
 }
 
+sub autocreate { 0; }
+
 sub change_password {
   my($self, $access_user, $new_password) = @_;