%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/plugins/bbpress/templates/default/bbpress/ |
Current File : /var/www/html/ceaa/wp-content/plugins/bbpress/templates/default/bbpress/form-user-lost-pass.php |
<?php /** * User Lost Password Form * * @package bbPress * @subpackage Theme */ ?> <form method="post" action="<?php bbp_wp_login_action( array( 'action' => 'lostpassword', 'context' => 'login_post' ) ); ?>" class="bbp-login-form"> <fieldset class="bbp-form"> <legend><?php _e( 'Lost Password', 'bbpress' ); ?></legend> <div class="bbp-username"> <p> <label for="user_login" class="hide"><?php _e( 'Username or Email', 'bbpress' ); ?>: </label> <input type="text" name="user_login" value="" size="20" id="user_login" tabindex="<?php bbp_tab_index(); ?>" /> </p> </div> <?php do_action( 'login_form', 'resetpass' ); ?> <div class="bbp-submit-wrapper"> <button type="submit" tabindex="<?php bbp_tab_index(); ?>" name="user-submit" class="button submit user-submit"><?php _e( 'Reset My Password', 'bbpress' ); ?></button> <?php bbp_user_lost_pass_fields(); ?> </div> </fieldset> </form>