diff options
author | Mark Wells <mark@freeside.biz> | 2015-11-20 15:23:36 -0800 |
---|---|---|
committer | Mark Wells <mark@freeside.biz> | 2015-11-20 15:23:36 -0800 |
commit | 2e1e59ea99e9672310b59f57cfade4626c33190f (patch) | |
tree | 7b27e884467fd5a4d8ca70c826919667f02c6f01 | |
parent | c25351c22e3d5018a3afe1ecc2973d0aee6997a5 (diff) |
debug
-rw-r--r-- | FS/FS/Password_Mixin.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FS/FS/Password_Mixin.pm b/FS/FS/Password_Mixin.pm index 393b41629..4ecf4c611 100644 --- a/FS/FS/Password_Mixin.pm +++ b/FS/FS/Password_Mixin.pm @@ -7,7 +7,7 @@ use Authen::Passphrase; use Authen::Passphrase::BlowfishCrypt; # https://rt.cpan.org/Ticket/Display.html?id=72743 -our $DEBUG = 1; +our $DEBUG = 0; our $conf; FS::UID->install_callback( sub { $conf = FS::Conf->new; |