Websites/Taskforce/Proposals/Abandoned Sites/Archive: Difference between revisions

Jump to navigation Jump to search
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.   


[Instructions forthcoming]
<code>
 
  grep -rn form * | grep action | grep -v svn
If you would like to help automate this process, feel free to document that process below.
</code>


=== Email Addresses ===
=== Email Addresses ===
1,241

edits

Navigation menu