fixed a problem with reset_password

This commit is contained in:
mdipierro
2014-09-02 12:17:26 -05:00
parent d73c668f2d
commit f1ab50fb91
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.9.6-stable+timestamp.2014.09.02.10.10.07
Version 2.9.6-stable+timestamp.2014.09.02.12.17.18
+1 -1
View File
@@ -3007,7 +3007,7 @@ class Auth(object):
if self.settings.prevent_password_reset_attacks:
key = request.vars.key
if not key and len(request.args)>1:
if not key and len(request.args)>0:
key = request.args[-1]
if key:
session._reset_password_key = key