Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

#1568 closed defect (bug) (fixed)

Single-WP-Install - No Activaton Email is sent on registration

Reported by: 21cdb's profile 21cdb Owned by:
Milestone: Priority: critical
Severity: Version:
Component: Keywords: WP-Single-Install
Cc: email@…, jivany

Description

During registration process no activation email is sent to the user. However he gets the message shown that he has to ckick on the activation link an Email which is very confusing and a minor blocker to continue using the site.

"Everyone can register" is set in WP-backend, there are no more options on Single-WP Backend. It has to be set, otherwise /register isn't shown.

The site admin gets the regular email with the confirmation of a new signed up member.

Change History (3)

#1 follow-up: @jivany
15 years ago

In 2274 on 2.9.1 SingleWP I don't see the described behaviour. After the user completes the register form and submits, the following is displayed:

Sign Up Complete!
You have successfully created your account! Please log in using the username and password you have just created.

The new user can then login immediately with the username/password they chose.

#2 @jivany
15 years ago

  • Cc jivany added

#3 in reply to: ↑ 1 @21cdb
15 years ago

  • Resolution set to fixed
  • Status changed from new to closed

Thank you jivany. I missed the introduction of

<?php if ( bp_registration_needs_activation() ) : ?>

in register.php @ Rev 2209.

Note: See TracTickets for help on using tickets.