[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.9-45-g3f645da
Alex Vandiver
alexmv at bestpractical.com
Thu Dec 4 16:17:28 EST 2014
The branch, 4.2-trunk has been updated
via 3f645da2a694ce0d8fbd0e8519d2091f34bea632 (commit)
from 375727bad5a03c9a87e5122dd4842fbeac5864c9 (commit)
Summary of changes:
etc/RT_Config.pm.in | 10 ----------
1 file changed, 10 deletions(-)
- Log -----------------------------------------------------------------
commit 3f645da2a694ce0d8fbd0e8519d2091f34bea632
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Dec 4 15:18:45 2014 -0500
Remove CanonicalizeOnCreate, which has never affected behavior
When 056e8ded added RT::User->CanonicalizeUserInfo , it added a
$CanonicalizeOnCreate configuration variable, which nominally controlled
if the method was called. However, the code was always called, and the
configuration variable was never checked.
Remove the unused configuration variable.
diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
index ac026a7..294b255 100644
--- a/etc/RT_Config.pm.in
+++ b/etc/RT_Config.pm.in
@@ -436,16 +436,6 @@ L<RT::User/CanonicalizeEmailAddress> can be overridden to provide it.
# Set($CanonicalizeEmailAddressMatch, '@subdomain\.example\.com$');
# Set($CanonicalizeEmailAddressReplace, '@example.com');
-=item C<$CanonicalizeOnCreate>
-
-Set this to 1 and the create new user page will use the values that
-you enter in the form but use the function CanonicalizeUserInfo in
-F<RT/User_Local.pm>
-
-=cut
-
-Set($CanonicalizeOnCreate, 0);
-
=item C<$ValidateUserEmailAddresses>
By default C<$ValidateUserEmailAddresses> is 1, and RT will refuse to create
-----------------------------------------------------------------------
More information about the rt-commit
mailing list