diff options
Diffstat (limited to 'FS/FS/Auth/legacy.pm')
-rw-r--r-- | FS/FS/Auth/legacy.pm | 2 |
1 files changed, 2 insertions, 0 deletions
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 |