????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.217.160.127 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/www.astacus.se/wp-content/themes/x/bbpress/ |
Upload File : |
<?php /** * User Lost Password Form * * @package bbPress * @subpackage Theme */ ?> <div class="x-bbp-general-form"> <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-template-notice"> <p><?php _e( 'Enter in your username or email address below then select the “Reset” button.', '__x__' ) ?></p> </div> <p class="bbp-username"> <label for="user_login"><?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> <?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', '__x__' ); ?></button> <?php bbp_user_lost_pass_fields(); ?> </div> </fieldset> </form> </div>