fixed redirection after change password, issue 1112, thanks Friedrich
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.2.1 (2012-10-29 09:28:14) stable
|
||||
Version 2.2.1 (2012-10-29 09:31:46) stable
|
||||
|
||||
+1
-1
@@ -2717,7 +2717,7 @@ class Auth(object):
|
||||
next = self.url(args=request.args)
|
||||
else:
|
||||
next = replace_id(next, form)
|
||||
redirect(next)
|
||||
redirect(next)
|
||||
return form
|
||||
|
||||
def profile(
|
||||
|
||||
Reference in New Issue
Block a user