Name

CAPTCHA_UMASK —

SYNOPSIS

DESCRIPTION

VARIABLE TYPE

Catalog variable

EXAMPLES

No examples are available at this time. We do consider this a problem and will try to supply some.

NOTES

AVAILABILITY

CAPTCHA_UMASK is available in Interchange versions:

5.6.0, 5.7.0 (cvs-head)

SOURCE

Interchange 5.7.0:

Source: code/SystemTag/captcha.coretag
Line 99 (context shows lines 89-103)

  elsif($status == -2) {
    $Tag->error( { name => $en, set => "Code never generated" });
    return 0;
  }
  elsif($status == -3) {
    $Tag->error( { name => $en, set => "Code doesn't match" });
    return 0;
  }
}
else {
    my $save_u = umask($::Variable->{CAPTCHA_UMASK} || 2);

  if($opt->{reset}) {
    undef $Vend::Captcha;
    delete $Vend::Session->{captcha};

AUTHORS

Interchange Development Group

SEE ALSO

DocBook! Interchange!