diff options
author | francis <francis> | 2008-05-19 12:01:21 +0000 |
---|---|---|
committer | francis <francis> | 2008-05-19 12:01:21 +0000 |
commit | 6e3c54b72c03f5b0d3bd46287b75808868df34b6 (patch) | |
tree | 55307795925ba4db7205e9b2e16bfc22113d633f /app/models/user.rb | |
parent | f1b7a36b6c7a70548a3e88c750a460c860c12bfc (diff) |
Option to stop new respones for individual requests which for whatever reason
are getting spam.
Diffstat (limited to 'app/models/user.rb')
-rw-r--r-- | app/models/user.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/models/user.rb b/app/models/user.rb index b7727329d..ec34c8a6f 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 54 +# Schema version: 55 # # Table name: users # @@ -21,7 +21,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: user.rb,v 1.54 2008-05-12 01:38:38 francis Exp $ +# $Id: user.rb,v 1.55 2008-05-19 12:01:22 francis Exp $ require 'digest/sha1' |