HEX
Server: Apache/2.4.25 (Debian)
System: Linux server17 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64
User: web37 (1062)
PHP: 7.4.30
Disabled: show_source, highlight_file, apache_child_terminate, apache_get_modules, apache_note, apache_setenv, virtual, dl, disk_total_space, posix_getpwnam, posix_getpwuid, posix_mkfifo, posix_mknod, posix_setpgid, posix_setsid, posix_setuid, posix_uname, proc_nice, openlog, syslog, pfsockopen
Upload Files
File: /var/www/web37/htdocs/sexnetzwerk24/wp-content/themes/classipress/tpl-password-recovery.php
<?php
/**
 * Template Name: Password Recovery
 *
 * @package ClassiPress\Templates
 * @author  AppThemes
 * @since   ClassiPress 3.2
 */
?>


<div class="content">

	<div class="content_botbg">

		<div class="content_res">

			<!-- full block -->
			<div class="shadowblock_out">

				<div class="shadowblock">

					<h2 class="dotted"><span class="colour"><?php _e( 'Password Recovery', APP_TD ); ?></span></h2>

					<?php do_action( 'appthemes_notices' ); ?>

					<p><?php _e( 'Please enter your username or email address. A new password will be emailed to you.', APP_TD ); ?></p>

					<div class="left-box">

						<form action="<?php echo appthemes_get_password_recovery_url( 'login_post' ); ?>" method="post" class="loginform password-recovery-form" name="lostpassform" id="lostpasswordform">

							<p>
								<label for="login_username"><?php _e( 'Username or Email:', APP_TD ); ?></label>
								<input type="text" class="text required" name="user_login" id="login_username" />
							</p>

							<div id="checksave">
								<?php do_action( 'lostpassword_form' ); ?>
								<p class="submit"><input type="submit" class="btn_orange" name="lostpass" id="lostpass" value="<?php _e( 'Reset Password', APP_TD ); ?>" tabindex="100" /></p>
							</div>

							<!-- autofocus the field -->
							<script type="text/javascript">try{document.getElementById('login_username').focus();}catch(e){}</script>

						</form>

					</div>

					<div class="right-box">

					</div><!-- /right-box -->

					<div class="clr"></div>

				</div><!-- /shadowblock -->

			</div><!-- /shadowblock_out -->

		</div><!-- /content_res -->

	</div><!-- /content_botbg -->

</div><!-- /content -->