Skip to content
  • Lukas Fleischer's avatar
    Erase login IP addresses after seven days · ce933602
    Lukas Fleischer authored
    
    
    Add a script to periodically remove old IP addresses from the users
    database.
    
    The login IP addresses are stored for spam protection and to prevent
    from abuse. It is quite unlikely that we ever need the IP address of a
    user whose last login is more than a week old. It makes sense to remove
    such IP addresses to protect our users' privacy.
    
    Signed-off-by: default avatarLukas Fleischer <lfleischer@archlinux.org>
    ce933602