X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2FPassword_Mixin.pm;fp=FS%2FFS%2FPassword_Mixin.pm;h=c4549c7278b653f5b54a9344a3d82b16191def85;hb=80943daf9e33f2045da3dbf6fbf431b4c6b81f13;hp=af4c5e2b7043cf04a67372957931aa6bed11780d;hpb=a6eaf766f706f9c8185a757813f3570b3a507c86;p=freeside.git diff --git a/FS/FS/Password_Mixin.pm b/FS/FS/Password_Mixin.pm index af4c5e2b7..c4549c727 100644 --- a/FS/FS/Password_Mixin.pm +++ b/FS/FS/Password_Mixin.pm @@ -4,7 +4,7 @@ use FS::Record qw(qsearch); use FS::Conf; use FS::password_history; use Authen::Passphrase; -# use Authen::Passphrase::BlowfishCrypt; # ha ha, no. +use Authen::Passphrase::BlowfishCrypt; # https://rt.cpan.org/Ticket/Display.html?id=72743 our $DEBUG = 1; @@ -12,7 +12,7 @@ our $conf; FS::UID->install_callback( sub { $conf = FS::Conf->new; # this is safe - eval "use Authen::Passphrase::BlowfishCrypt;"; + #eval "use Authen::Passphrase::BlowfishCrypt;"; }); our $me = '[' . __PACKAGE__ . ']';