X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FPassword_Mixin.pm;h=4ecf4c6116607a393986f607a7110d804004c5d4;hb=2e1e59ea99e9672310b59f57cfade4626c33190f;hp=393b4162935b13588ff18c34cab970e2c9d86c76;hpb=c25351c22e3d5018a3afe1ecc2973d0aee6997a5;p=freeside.git 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;