@@ -302,6 +302,9 sub is_member { | |||
|
302 | 302 | |
|
303 | 303 | my $cfg = Apache2::Module::get_config(__PACKAGE__, $r->server, $r->per_dir_config); |
|
304 | 304 | my $usrprojpass; |
|
305 | unless ($project_id) { | |
|
306 | print $r->location."\n"; | |
|
307 | } | |
|
305 | 308 | if ($cfg->{RedmineMemcache}) { |
|
306 | 309 | $usrprojpass = $cfg->{RedmineMemcached}->get($redmine_user.":".$project_id); |
|
307 | 310 | return 1 if (defined $usrprojpass and ($usrprojpass eq $pass_digest)); |
General Comments 0
You need to be logged in to leave comments.
Login now