usgo / usgo-sql-schemas

Schema's for some of the USGO Databases
4 stars 3 forks source link

password_plaintext considered harmful #1

Open annabunches opened 4 years ago

annabunches commented 4 years ago

The members table has this field. It probably shouldn't. My recommendations:

  1. make sure it isn't used anywhere
  2. drop the field from the table
  3. update the schema
  4. profit
annabunches commented 4 years ago

Findings so far (a bit rambly, more succinct updates when I know more):

annabunches commented 4 years ago

Additional findings:

annabunches commented 4 years ago

Update on this: shortly after the last comment in here we determined that the field is not in use by anything, and also that it is not populated, so this became a much lower-priority issue.