Bug 47074

Autoregister On/Off parameter


git-svn-id: svn://svn.office.custis.ru/3rdparty/bugzilla.org/trunk@144 6955db30-a419-402b-8a0d-67ecbb4d7f56
custis
vfilippov 2009-03-06 11:52:50 +00:00
parent 7faa27382d
commit b9d9b0eec8
2 changed files with 13 additions and 2 deletions

View File

@ -64,7 +64,14 @@ sub get_param_list {
name => 'confirmuniqueusermatch',
type => 'b',
default => 1,
} );
},
{
name => 'emailin_autoregister',
type => 's',
default => 1,
},
);
return @param_list;
}

View File

@ -41,5 +41,9 @@
"A value of zero means no limit.",
confirmuniqueusermatch => "Whether a confirmation screen should be displayed when only " _
"one user matches a search entry." }
"one user matches a search entry.",
emailin_autoregister => "Whether an unknown e-mail address should be converted into an " _
"automatically registered disabled user account when processing incoming emails by email_in.pl",
}
%]