Skip to:
Content
Pages
Categories
Search
Top
Bottom

1.0 duplicate email addresses?


  • deadlyhifi
    Participant

    @tomdebruin

    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?

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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_user and throw a new error for a duplicate too

    But, 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);


    Sam Bauers
    Participant

    @sambauers

    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!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.
Skip to toolbar