https://bugs.winehq.org/show_bug.cgi?id=48189
Bug ID: 48189 Summary: Track when an account was last used, expire unused accounts Product: Wine-Testbot Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
1. We have a number of accounts which have a password reset code but no password. This means the account was never used.
2. We also have accounts with both a password and a password reset code. It's quite possible these accounts are no longer used.
3. Some accounts may belong to people who no longer work on Wine and thus be unused.
4. We also have some duplicates for when users had trouble creating their account.
The problem with cleaning up all these cases is that there is no record of when an account was last used. So it's impossible to know if an account has been sitting unused for a few days or a few years.
This also makes it impossible to reset the password reset code after a while.