Skip to content
  • Ghada El-Zoghbi's avatar
    Bug 1606101: usr.suspendedcusr must be non-zero · ead553ee
    Ghada El-Zoghbi authored
    It turns out a lot of existing code checks the boolean
    value of usr.suspendedcusr to determine if a user should
    be treated as suspended or not. The LDAP sync cron (and,
    indeed, any code suspending users via a cron task) was
    setting usr.suspendedcusr to 0, which is boolean false,
    so these users would be treated as not suspended.
    
    We are going to update all usr.suspendedcusr = 0
    to a valid site admin ID.
    
    Change-Id: Iecfbfd8a4cdd98d5d07149bb40c64308262ea234
    behatnotneeded: Test to come later
    ead553ee