X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FAuth%2Flegacy.pm;h=1133197bce7300ee2438bd25ad8f45e269a2b039;hb=HEAD;hp=72122029efb956a43dc53f0bd7ff2080a52ad958;hpb=3ff1fb4e10fdaef86527c10bd416e988d2a62a49;p=freeside.git diff --git a/FS/FS/Auth/legacy.pm b/FS/FS/Auth/legacy.pm index 72122029e..1133197bc 100644 --- a/FS/FS/Auth/legacy.pm +++ b/FS/FS/Auth/legacy.pm @@ -16,6 +16,8 @@ sub authenticate { )->htCheckPassword($username, $check_password); } +sub autocreate { 0; } + #don't support this in legacy? change in both htpasswd and database like 3.x # for easier transitioning? hoping its really only me+employees that have a # mismatch in htpasswd vs access_user, so maybe that's not necessary