PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
buddypress
/
bbpress
<?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>
[+]
..
[-] form-topic.php
[edit]
[-] user-subscriptions.php
[edit]
[-] form-topic-tag.php
[edit]
[-] form-topic-merge.php
[edit]
[-] loop-search-forum.php
[edit]
[-] content-search.php
[edit]
[-] pagination-replies.php
[edit]
[-] form-topic-split.php
[edit]
[-] content-single-reply.php
[edit]
[-] content-single-topic-lead.php
[edit]
[-] content-archive-topic.php
[edit]
[-] loop-search.php
[edit]
[-] form-user-lost-pass.php
[edit]
[-] feedback-no-topics.php
[edit]
[-] form-reply.php
[edit]
[-] loop-replies.php
[edit]
[-] content-statistics.php
[edit]
[-] loop-single-forum.php
[edit]
[-] pagination-topics.php
[edit]
[-] user-topics-created.php
[edit]
[-] content-single-topic.php
[edit]
[-] loop-forums.php
[edit]
[-] content-topic-tag-edit.php
[edit]
[-] feedback-no-forums.php
[edit]
[-] content-single-forum.php
[edit]
[-] feedback-no-replies.php
[edit]
[-] user-replies-created.php
[edit]
[-] form-user-login.php
[edit]
[-] form-protected.php
[edit]
[-] pagination-search.php
[edit]
[-] form-user-edit.php
[edit]
[-] loop-search-reply.php
[edit]
[-] form-reply-move.php
[edit]
[-] loop-single-topic.php
[edit]
[-] loop-topics.php
[edit]
[-] content-single-view.php
[edit]
[-] form-search.php
[edit]
[-] feedback-no-search.php
[edit]
[-] form-user-roles.php
[edit]
[-] form-anonymous.php
[edit]
[-] user-profile.php
[edit]
[-] user-favorites.php
[edit]
[-] bbpress-functions.php
[edit]
[-] content-single-user.php
[edit]
[-] content-archive-forum.php
[edit]
[-] form-user-register.php
[edit]
[-] form-forum.php
[edit]
[-] feedback-no-access.php
[edit]
[-] feedback-logged-in.php
[edit]
[-] user-details.php
[edit]
[-] loop-search-topic.php
[edit]
[-] loop-single-reply.php
[edit]