Skip to content
Snippets Groups Projects
  1. Mar 21, 2018
  2. Mar 13, 2018
  3. Oct 31, 2016
  4. Aug 29, 2016
    • Helmut Hummel's avatar
      [BUGFIX] Enforce RSA encryption for re-login modal · 2ffb2e7e
      Helmut Hummel authored
      The RsaEncryption and the LoginRefresh module are loaded
      independently by requireJS, which means they are loaded
      asynchronous. This means that either one of those modules
      is initialized first.
      
      However the RsaEncryption module scans the DOM for form elements
      and the LoginRefresh inserts a form. This means if the RsaEncryption
      is initialized first, then the form created by LoginRefresh
      will not be intercepted, leading to the (heisen-)bug described.
      
      This change enforces the loading order by adding the RsaEncryption
      as dependency to LoginRefresh and registering the form manually,
      to make sure it will be intercepted and passwords
      will transmitted encrypted.
      
      Resolves: #75911
      Releases: 7.6, master
      Change-Id: Ib4aba70b3545f163a16a4eee62bed9e5a48b2fe7
      Reviewed-on: https://review.typo3.org/49478
      
      
      Tested-by: default avatarBamboo TYPO3com <info@typo3.com>
      Reviewed-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
      Tested-by: default avatarAndreas Fernandez <typo3@scripting-base.de>
      2ffb2e7e
  5. Oct 23, 2015
  6. Oct 15, 2015
  7. Oct 12, 2015
  8. Oct 05, 2015
  9. Sep 12, 2015
  10. Aug 07, 2015
  11. Jul 14, 2015