Skip to content
  • Deimos's avatar
    Remove remnants of Redis breached-passwords check · 68870119
    Deimos authored
    We've been using pts_lbsearch on the text file for a few weeks now, and
    it's working fine. Checks generally seem to take about 10 ms, and that's
    totally fine for the relatively uncommon events of registrations and
    password changes.
    
    This removes everything related to the previous Redis-based method,
    which means we no longer need the second Redis server or the ReBloom
    module.
    68870119