Skip to content
Snippets Groups Projects
  1. Apr 14, 2020
  2. Apr 10, 2020
  3. Apr 08, 2020
  4. Apr 06, 2020
  5. Apr 05, 2020
  6. Apr 04, 2020
  7. Apr 03, 2020
  8. Apr 02, 2020
  9. Mar 30, 2020
  10. Mar 28, 2020
  11. Mar 27, 2020
  12. Mar 26, 2020
  13. Mar 25, 2020
  14. Mar 24, 2020
  15. Mar 23, 2020
  16. Mar 21, 2020
  17. Mar 20, 2020
  18. Mar 19, 2020
  19. Mar 15, 2020
  20. Mar 14, 2020
  21. Mar 13, 2020
  22. Mar 11, 2020
  23. Mar 10, 2020
  24. Mar 09, 2020
  25. Mar 06, 2020
    • Benni Mack's avatar
      [FEATURE] Reset password for backend users · 24c59a3f
      Benni Mack authored
      This feature adds a link on TYPO3 Backend's login form
      to reset a backend users' password if the user has forgotten the password.
      
      Key changes:
      * Only enabled for backend users with an email address and a password set
      * Enabled by default but can be disabled completely
      * Optionally only works for non-admins via TYPO3_CONF_VARS
      * Only send out emails to users within the system, but no information disclosure
      * If multiple valid users have the same email address, a different email is sent out
      * TCA be_users.email is not set to eval=email (due to backwards-compatibility)
      * Password resets are only valid for 2 hours (non-configurable)
      * Not extensible for third-party authentication methods yet
      * Rate limiting is enabled per email address for 3 attempts per 30mins (non-configurable)
      * When logging in, all previous tokens are removed
      * When requesting multiple resets, only the last email is valid
      * A CLI command "backend:resetpassword $backendUrl $emailAddress" sends ou...
      24c59a3f
    • Andreas Fernandez's avatar
      [TASK] Remove bootstrap-slider usages · 78b92c0a
      Andreas Fernandez authored
      This patch removes all occurrences of bootstrap-slider in Core with the
      native `range` input type.
      To ensure a consistent styling across all platforms, new CSS is in place.
      However, we can't recover the same styling as used with
      the bootstrap-slider either due to inconsistent browser support of
      selectors or missing features.
      
      In the `ValueSlider` module, which is only used by FormEngine, any usage
      of jQuery has been removed as well.
      
      Resolves: #90649
      Releases: master
      Change-Id: Ic2e0cb7aa9305159c33f14130d3fe6e62d2fd1da
      Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/63523
      
      
      Tested-by: default avatarTYPO3com <noreply@typo3.com>
      Tested-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
      Tested-by: default avatarBenni Mack <benni@typo3.org>
      Reviewed-by: default avatarGeorg Ringer <georg.ringer@gmail.com>
      Reviewed-by: default avatarBenni Mack <benni@typo3.org>
      78b92c0a
  26. Mar 03, 2020
  27. Mar 02, 2020
  28. Feb 29, 2020