[Rt-commit] rt branch, 3.8-trunk, updated. rt-3.8.8-79-ge3d012c
Kevin Falcone
falcone at bestpractical.com
Tue Jun 8 16:27:32 EDT 2010
The branch, 3.8-trunk has been updated
via e3d012c1165fbdf5954ecd760c25e8830e01d273 (commit)
from ef7a0ec41559833cc6126429d9367071d60830f3 (commit)
Summary of changes:
etc/RT_Config.pm.in | 18 ------------------
1 files changed, 0 insertions(+), 18 deletions(-)
- Log -----------------------------------------------------------------
commit e3d012c1165fbdf5954ecd760c25e8830e01d273
Author: Kevin Falcone <falcone at bestpractical.com>
Date: Tue Jun 8 16:23:59 2010 -0400
The branch that added this config option was never merged
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index 6112975..57470d2 100755
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -320,24 +320,6 @@ F<RT/User_Local.pm>
Set($CanonicalizeOnCreate, 0);
-=item C<$SenderMustExistInExternalDatabase>
-
-If C<$SenderMustExistInExternalDatabase> is true, RT will refuse to
-create non-privileged accounts for unknown users if you are using
-the C<$LookupSenderInExternalDatabase> option.
-Instead, an error message will be mailed and RT will forward the
-message to C<$RTOwner>.
-
-If you are not using C<$LookupSenderInExternalDatabase>, this option
-has no effect.
-
-If you define an AutoRejectRequest template, RT will use this
-template for the rejection message.
-
-=cut
-
-Set($SenderMustExistInExternalDatabase , undef);
-
=item C<$ValidateUserEmailAddresses>
If C<$ValidateUserEmailAddresses> is true, RT will refuse to create users with
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list