Hi,
I have an application that’s about to go live and the production logs
show what was sent to the application such as usernames and passwords. I
don’t want this information recorded anywhere for security reasons - how
can I stop rails recording this information?
Thanks in advance!
Cheers,
Pete
On 5/25/06, Peter P. [email protected] wrote:
I have an application that’s about to go live and the production logs
show what was sent to the application such as usernames and passwords. I
don’t want this information recorded anywhere for security reasons - how
can I stop rails recording this information?
Either:
- Use Edge Rails, or
- Use the Filter Logged Params Plugin[1]
[1] http://wiki.rubyonrails.org/rails/pages/Filter+Logged+Params+Plugin