1,241
edits
Ryansnyder (talk | contribs) |
Ryansnyder (talk | contribs) |
||
| Line 38: | Line 38: | ||
== Database == | == Database == | ||
All of the user identifiable information, such as email addresses, ip addresses, and user names will need to be identified. | All of the user identifiable information, such as email addresses, ip addresses, and user names will need to be identified. | ||
1. Examine the database schema and identify where the website is collecting user identifiable data: | |||
* ip address | |||
* email address | |||
* full name | |||
* username | |||
2. Write queries for ops to run against the database to expunge user information from the database. | |||
== Bugzilla == | == Bugzilla == | ||
edits