[Rt-commit] rt branch, 4.2-trunk, updated. rt-4.2.7-14-ge8b709a

Alex Vandiver alexmv at bestpractical.com
Mon Sep 29 15:41:38 EDT 2014


The branch, 4.2-trunk has been updated
       via  e8b709a25730fa85728a3badf90dcbeceb6c8225 (commit)
      from  3a099f49a3b427d249f531935515790a20328af5 (commit)

Summary of changes:
 share/html/Admin/Tools/Configuration.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

- Log -----------------------------------------------------------------
commit e8b709a25730fa85728a3badf90dcbeceb6c8225
Author: Alex Vandiver <alexmv at bestpractical.com>
Date:   Mon Sep 29 14:28:53 2014 -0400

    Don't hide AllowLoginPasswordAutoComplete option as a 'password'
    
    Fixes: #30417

diff --git a/share/html/Admin/Tools/Configuration.html b/share/html/Admin/Tools/Configuration.html
index 295e25e..f3da4a2 100644
--- a/share/html/Admin/Tools/Configuration.html
+++ b/share/html/Admin/Tools/Configuration.html
@@ -87,7 +87,7 @@ foreach my $key ( RT->Config->Options( Overridable => undef, Sorted => 0 ) ) {
 <tr class="<% $index_conf%2 ? 'oddline' : 'evenline'%>">
 <td class="collection-as-table"><% $key %></td>
 <td class="collection-as-table">
-% if ( $key =~ /Password(?!Length)/i ) { 
+% if ( $key =~ /Password/i and $key !~ /MinimumPasswordLength|AllowLoginPasswordAutoComplete/ ) {
 <em><% loc('Password not printed' ) %></em>\
 % } else {
 <% stringify($val) |n %>\

-----------------------------------------------------------------------


More information about the rt-commit mailing list