This document explains what can appear in the user_preferences table, grouped by the associated feature: Delete Inactive User Accounts ============================= Preference name: "DELETE_USER_DATE", value = the scheduled deletion date if user doesn't log in again. Used in combination with User.last_login. The only code that sets or uses this preference is sdk/scripts/deleteUserData.py, which is run from cron. See the script for more documentation.