summaryrefslogtreecommitdiffstats
path: root/userprefs.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'userprefs.cgi')
-rwxr-xr-xuserprefs.cgi4
1 files changed, 1 insertions, 3 deletions
diff --git a/userprefs.cgi b/userprefs.cgi
index d7ad1760d..271dbd847 100755
--- a/userprefs.cgi
+++ b/userprefs.cgi
@@ -138,9 +138,7 @@ sub SaveAccount {
Token::IssueEmailChangeToken($userid,$old_login_name,
$new_login_name);
- $vars->{'changes_saved'} =
- "An email has been sent to both old and new email
- addresses to confirm the change of email address.";
+ $vars->{'email_changes_saved'} = 1;
}
}