Info
- 3 posts
- 3 voices
- Started 2 years ago by Tom(dB)
- Latest reply from Sam Bauers
- This topic is not resolved
1.0 duplicate email addresses?
-
- Posted 2 years ago #
Just testing version 1.0 before my big upgrade and notice that duplicate user email addresses are allowed to be used with no error or warning. Therefore allowing more than one account with the same email address.
Is this the default or have I done something wrong?
-
- Posted 2 years ago #
that is true. i modified the main register.php page (not the template - as i have a special flow for registration outside the standard bbpress way) and checked against the profile_info_keys and registered the error. But I guess one could override
bb_new_userand throw a new error for a duplicate tooBut, i'm not sure how one would go about handling the updating of a profile, on the main profile-edit.php page, i see this hook but its after the error codes have been checked. So I guess one could hack this page for the time being for a duplicate email and handle appropriately
if ( !$errors->get_error_codes() ) { do_action('before_profile_edited', $user->ID); -
- Posted 2 years ago #
This should not be the case. I've isolated a bug that is causing this to happen. Looks like we are going to get a 1.0.1 release sooner rather than later!
-
You must log in to post.