1,241
edits
Ryansnyder (talk | contribs) |
Ryansnyder (talk | contribs) (→Forms) |
||
| Line 38: | Line 38: | ||
=== Forms === | === Forms === | ||
Forms that request user information like email addresses and passwords will need to be removed from the codebase. Currently, we are handling this process manually. | Forms that request user information like email addresses and passwords will need to be removed from the codebase. Currently, we are handling this process manually by grepping for the forms. | ||
<code> | |||
grep -rn form * | grep action | grep -v svn | |||
</code> | |||
=== Email Addresses === | === Email Addresses === | ||
edits