X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FAuth%2Flegacy.pm;h=1133197bce7300ee2438bd25ad8f45e269a2b039;hp=72122029efb956a43dc53f0bd7ff2080a52ad958;hb=56f9dffcd409d2a10e7a2cbe4c15b397f6f3abe1;hpb=19eef2ec0e68587304cd597fc5b2f8e1f151e424 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