aboutsummaryrefslogtreecommitdiff
path: root/source/pyAggr3g470r.py
diff options
context:
space:
mode:
Diffstat (limited to 'source/pyAggr3g470r.py')
-rwxr-xr-xsource/pyAggr3g470r.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/pyAggr3g470r.py b/source/pyAggr3g470r.py
index 19a0e550..479d8562 100755
--- a/source/pyAggr3g470r.py
+++ b/source/pyAggr3g470r.py
@@ -524,6 +524,7 @@ class pyAggr3g470r(object):
"""
result = auth.change_username(self.auth.username, new_username)
if result:
+ self.auth.username = new_username
message = "<p>Your username has been changed.</p>"
tmpl = lookup.get_template("confirmation.html")
return tmpl.render(message=message)
bgstack15