[Rt-commit] rt branch, 4.2/login-password-auto-complete, repushed

Wallace Reis wreis at bestpractical.com
Thu Feb 27 17:22:25 EST 2014


The branch 4.2/login-password-auto-complete was deleted and repushed:
       was 252f357e50511793871a7f422bf6409053839166
       now bdcea731951a4fd339e724e1df47c70d8bc29a39

1:  252f357 ! 1:  bdcea73 I#29071: Allow auto-completion of passwords
    @@ -2,11 +2,8 @@
     
         I#29071: Allow auto-completion of passwords
         
    -    For 4.2, lets allow this through yet another config option which
    -    defaults to false as backcompat.
    -    
    -    For 4.4, #TODO: remove this totally allowing auto-completion based
    -    on user's browser settings.
    +    For 4.2, lets allow this through yet another config option (named
    +    AllowLoginPasswordAutoComplete) which defaults to false as backcompat.
     
     diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
     --- a/etc/RT_Config.pm.in
    @@ -17,8 +14,9 @@
      
     +=item C<$AllowLoginPasswordAutoComplete>
     +
    -+Allow browsers to remember user password on login (in case the browser can do
    -+and has the appropriate setting enabled). The default value is false.
    ++Allow browsers to remember the user's password on login (in case the 
    ++browser can do so, and has the appropriate setting enabled). Defaults 
    ++to false.
     +
     +=cut
     +
    @@ -28,18 +26,6 @@
      
      
      =head1 Application logic
    -
    -diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
    ---- a/lib/RT/Config.pm
    -+++ b/lib/RT/Config.pm
    -@@
    -     WebExternalGecos          => { Deprecated => { Instead => 'WebRemoteUserGecos',            Remove => '4.4' }},
    -     WebExternalAuto           => { Deprecated => { Instead => 'WebRemoteUserAutocreate',       Remove => '4.4' }},
    -     AutoCreate                => { Deprecated => { Instead => 'UserAutocreateDefaultsOnLogin', Remove => '4.4' }},
    -+    AllowLoginPasswordAutoComplete => { Type => 'SCALAR' },
    - );
    - my %OPTIONS = ();
    - my @LOADED_CONFIGS = ();
     
     diff --git a/share/html/Elements/Login b/share/html/Elements/Login
     --- a/share/html/Elements/Login



More information about the rt-commit mailing list