[Rt-commit] [svn] r1817 - in rt/branches/PLATANO-EXPERIMENTAL-CSS:
. html/Admin/Tools
jesse at pallas.eruditorum.org
jesse at pallas.eruditorum.org
Thu Nov 11 03:25:33 EST 2004
Author: jesse
Date: Thu Nov 11 03:25:33 2004
New Revision: 1817
Modified:
rt/branches/PLATANO-EXPERIMENTAL-CSS/ (props changed)
rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/Configuration.html
Log:
r9079 at tinbook: jesse | 2004-11-11T02:59:21.916469Z
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/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/Configuration.html
==============================================================================
--- rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/Configuration.html (original)
+++ rt/branches/PLATANO-EXPERIMENTAL-CSS/html/Admin/Tools/Configuration.html Thu Nov 11 03:25:33 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