From 53b0da179b7bd8fc5c47a00c1b44673a436b35d9 Mon Sep 17 00:00:00 2001 From: francis Date: Fri, 21 Mar 2008 14:45:38 +0000 Subject: More secure password changing - have to specifically have clicked link in change password email, rather than using any link. --- app/models/info_request.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/models/info_request.rb') diff --git a/app/models/info_request.rb b/app/models/info_request.rb index 647d884f8..3c0e97107 100644 --- a/app/models/info_request.rb +++ b/app/models/info_request.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 44 +# Schema version: 45 # # Table name: info_requests # @@ -22,7 +22,7 @@ # Copyright (c) 2007 UK Citizens Online Democracy. All rights reserved. # Email: francis@mysociety.org; WWW: http://www.mysociety.org/ # -# $Id: info_request.rb,v 1.70 2008-03-21 14:04:29 francis Exp $ +# $Id: info_request.rb,v 1.71 2008-03-21 14:45:38 francis Exp $ require 'digest/sha1' -- cgit v1.2.3