[wpmu-trac] [WordPress MU Trac] #204: Cannot change admin e-mail
WordPress MU Trac
wpmu-trac at lists.automattic.com
Fri Nov 24 08:38:58 GMT 2006
#204: Cannot change admin e-mail
------------------------+---------------------------------------------------
Reporter: DrLobo | Owner: somebody
Type: defect | Status: new
Priority: normal | Milestone:
Component: component1 | Version: 1.0
Severity: normal | Keywords:
------------------------+---------------------------------------------------
When changing the admin e-mail, a mail is sent to the new address with a
hash code to confirm the change. But after following the link in the
mail, the old e-mail address is stil there...
The new e-mail address should be saved in the options with the hash code
to check the confirmation. The issue is that the new e-mail is never saved
in options...
To fix that add the following line in the update_option_new_admin_email
function:
{{{update_option('new_admin_email',$newadminemail);}}}
source:/trunk/wp-admin/admin-functions.php at 804#L2148
--
Ticket URL: <http://trac.mu.wordpress.org/ticket/204>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser
More information about the wpmu-trac
mailing list