diff options
author | francis <francis> | 2008-03-21 14:45:38 +0000 |
---|---|---|
committer | francis <francis> | 2008-03-21 14:45:38 +0000 |
commit | 53b0da179b7bd8fc5c47a00c1b44673a436b35d9 (patch) | |
tree | f02d44b8515d35f9dc35fca81b55155e7d76c68e /app/models/user.rb | |
parent | 426be7f2c0eb5cf09bb35bb9d40c67b7af59d7ec (diff) |
More secure password changing - have to specifically have clicked link in
change password email, rather than using any link.
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 4c5e13f06..bd2df8267 100644 --- a/app/models/user.rb +++ b/app/models/user.rb @@ -1,5 +1,5 @@ # == Schema Information -# Schema version: 44 +# Schema version: 45 # # Table name: users # @@ -20,7 +20,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.39 2008-03-21 14:04:29 francis Exp $ +# $Id: user.rb,v 1.40 2008-03-21 14:45:38 francis Exp $ require 'digest/sha1' |