[Rt-commit] rt branch, 5.0/disable-password-option-for-authtoken, repushed

Aaron Trevena ast at bestpractical.com
Mon Aug 3 12:22:45 EDT 2020


The branch 5.0/disable-password-option-for-authtoken was deleted and repushed:
       was fe67f7888fe0c407f38a896bab0184af26412885
       now 92300de6dc1cd4498ce625154d0290f691116986

1: eada50f406 = 1: eada50f406 Add config option to disable password for auth tokens
2: 90bbcae919 = 2: 90bbcae919 Add flag to not hide configuration otherwise masked as password
3: fe67f7888f ! 3: 92300de6dc Add flag to not hide new field to disable password for auth tokens
    @@ -1,13 +1,19 @@
     Author: Aaron Trevena <ast at bestpractical.com>
     
         Add flag to not hide new field to disable password for auth tokens
    +    
    +    Allow editing of the new disable password for auth token field
    +    
    +    fixup immutable new token config
     
     diff --git a/lib/RT/Config.pm b/lib/RT/Config.pm
     --- a/lib/RT/Config.pm
     +++ b/lib/RT/Config.pm
     @@
    +     },
    + 
          DisablePasswordForAuthToken => {
    -         Immutable => 1,
    +-        Immutable => 1,
              Widget    => '/Widgets/Form/Boolean',
     +        DoNotObfuscate => 1,
          },



More information about the rt-commit mailing list