Skip to content

Commit

Permalink
Note that getting passed CurrentUser is fixed on a branch
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmv committed Sep 15, 2014
1 parent 2960d90 commit d65d526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/RT/Authen/ExternalAuth.pm
Expand Up @@ -298,7 +298,7 @@ use strict;
$RT::Config::META{ExternalSettings}->{Obfuscate} = sub {
my ($config, $sources, $user) = @_;

# XXX $user is never passed from RT as of 4.0.5 :(
# $user is only passed in versions of RT with 3c7db050
my $msg = 'Password not printed';
$msg = $user->loc($msg) if $user and $user->Id;

Expand Down

0 comments on commit d65d526

Please sign in to comment.