/
/
home
/
melaqxso
/
nymetrocualumni.com
/
wp-content
/
themes
/
hub
/
bbpress
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.61
PHP 7.4.33
Dir:
/home/melaqxso/nymetrocualumni.com/wp-content/themes/hub/bbpress
Edit:
/home/melaqxso/nymetrocualumni.com/wp-content/themes/hub/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', 'hub' ); ?></legend> <div class="bbp-username"> <p> <label for="user_login" class="hide"><?php _e( 'Username or Email', 'hub' ); ?>: </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', 'hub' ); ?></button> <?php bbp_user_lost_pass_fields(); ?> </div> </fieldset> </form>
Ukuran: 920 B