[Rt-commit] [svn] r1673 - in rt/branches/3.3-TESTING: .
html/Admin/Tools
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Wed Oct 20 18:33:03 EDT 2004
Author: jesse
Date: Wed Oct 20 18:33:03 2004
New Revision: 1673
Modified:
rt/branches/3.3-TESTING/ (props changed)
rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
Log:
r6062 at tinbook: jesse | 2004-10-20T19:46:00.816618Z
RT-Ticket: 6188
RT-Status: resolved
RT-Update: correspond
RT squelches passwords in the configuration summary page. It no longer
squleches "RT::MinimumPasswordLength"
Modified: rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html
==============================================================================
--- rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html (original)
+++ rt/branches/3.3-TESTING/html/Admin/Tools/Configuration.html Wed Oct 20 18:33:03 2004
@@ -80,7 +80,7 @@
% next if (ref ${'RT::'.$key} );
<tr><td>RT::<%$key%></td>
<td>
-% if ($key =~ /Password/i) {
+% if ($key =~ /Password(?|Length)/i) {
<i>Password not printed</i>
% } else {
<%${'RT::'.$key} %>
More information about the Rt-commit
mailing list