<p><?php _e( 'Your account was activated successfully! Your account details have been sent to you in a separate email.', 'buddypress' ) ?></p>
<?php else : ?>
<p><?php _e( 'Your account was activated successfully! You can now log in with the username and password you provided when you signed up.', 'buddypress' ) ?></p>
<?php endif; ?>
<?php else : ?>
<h3><?php _e( 'Activate your Account', 'buddypress' ) ?></h3>
<?php do_action( 'bp_before_activate_content' ) ?>
<p><?php _e( 'Please provide a valid activation key.', 'buddypress' ) ?></p>
<form action="" method="get" class="standard-form" id="activation-form">
<label for="key"><?php _e( 'Activation Key:', 'buddypress' ) ?></label>
<input type="text" name="key" id="key" value="" />
<p class="submit">
<input type="submit" name="submit" value="<?php _e( 'Activate', 'buddypress' ) ?>" />