[buddypress-trac] [BuddyPress Trac] #2265: Re-validate Email Address when edited.
buddypress-trac
noreply at wordpress.org
Thu Jul 3 19:16:46 UTC 2014
#2265: Re-validate Email Address when edited.
--------------------------+------------------
Reporter: windhamdavid | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: 2.1
Component: Core | Version:
Severity: normal | Resolution:
Keywords: has-patch |
--------------------------+------------------
Comment (by r-a-y):
At a glance, looks good.
Two minor things:
'''1) The hash''' - Perhaps use `wp_hash()` instead of `md5()`?
'''2) Options vs. user meta.''' Instead of:
{{{
bp_update_option( bp_displayed_user_id() . '_new_email', $new_user_email
);
}}}
Perhaps record in user meta?
--
Ticket URL: <https://buddypress.trac.wordpress.org/ticket/2265#comment:11>
BuddyPress Trac <http://buddypress.org/>
BuddyPress Trac
More information about the buddypress-trac
mailing list