[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-forums/bbpress/bb-templates/kakumei/ -> password-reset.php (source)

   1  <?php bb_get_header(); ?>
   2  
   3  <div class="bbcrumb"><a href="<?php bb_uri(); ?>"><?php bb_option('name'); ?></a> &raquo; <?php _e('Log in'); ?></div>
   4  
   5  <h2 role="main"><?php _e('Password Reset'); ?></h2>
   6  
   7  <?php if ( $error ) : ?>
   8  <p class="notice error"><?php echo $error; ?></p>
   9  <?php else : ?>
  10  <?php switch ( $action ) : ?>
  11  <?php case ( 'send_key' ) : ?>
  12  <p class="notice"><?php _e('An email has been sent to the address we have on file for you. If you don&#8217;t get anything within a few minutes, or your email has changed, you may want to get in touch with the webmaster or forum administrator here.'); ?></p>
  13  <?php break; ?>
  14  <?php case ( 'reset_password' ) : ?>
  15  <p class="notice"><?php _e('Your password has been reset and a new one has been mailed to you.'); ?></p>
  16  <?php break; ?>
  17  <?php endswitch; ?>
  18  <?php endif; ?>
  19  
  20  <?php bb_get_footer(); ?>


Generated: Thu Dec 7 01:01:35 2017 Cross-referenced by PHPXref 0.7.1