HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/kofejob-wp/wp-content/themes/kofejob/woocommerce/myaccount/form-login.php
<?php
/**
 * Login Form
 *
 * This template can be overridden by copying it to yourtheme/woocommerce/myaccount/form-login.php.
 *
 * HOWEVER, on occasion WooCommerce will need to update template files and you
 * (the theme developer) will need to copy the new files to your theme to
 * maintain compatibility. We try to do this as little as possible, but it does
 * happen. When this occurs the version of the template file will be bumped and
 * the readme will list any important changes.
 *
 * @see     https://docs.woocommerce.com/document/template-structure/
 * @package WooCommerce/Templates
  * @version 9.9.0
 */

if ( ! defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly.
}
 

do_action( 'woocommerce_before_customer_login_form' ); ?>
 <div class="main_content">
<div class="content">
  <div class="container">
    
<div class="login-form-section">
	<div class="row my-account row" id="customer_login">
	 
		<div class="col-lg-4 col-md-6 col-sm-12 mx-auto section">

		<div class="login-header text-center">
               
                          <h2><?php esc_html_e('Welcome Back', 'kofejob'); ?></h2>
              <p><?php esc_html_e("Don't miss your next opportunity. Sign in to stay updated on your professional world.", 'kofejob'); ?></p>
            </div>

 			<form class="woocommerce-form woocommerce-form-login login" method="post">

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

				<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide form-group">
				<label class="focus-label"><?php esc_html_e('Email / Username', 'kofejob'); ?></label>
					<input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" placeholder="<?php echo esc_attr_e('Email', 'kofejob'); ?>" id="username" autocomplete="username" value="<?php echo ( ! empty( $_POST['username'] ) ) ? esc_attr( wp_unslash( $_POST['username'] ) ) : ''; ?>" /><?php // @codingStandardsIgnoreLine ?>
				</p>
				<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide form-group">
				<label class="focus-label"><?php esc_html_e('Password', 'kofejob'); ?></label>
					<input class="woocommerce-Input woocommerce-Input--text input-text" type="password" name="password" placeholder="<?php echo esc_attr_e('Password', 'kofejob'); ?>" id="password" autocomplete="current-password" />
				</p>

				<?php do_action( 'woocommerce_login_form' ); ?>
				<p class="sigma_form-info form-group">
					<label class="woocommerce-form__label woocommerce-form__label-for-checkbox woocommerce-form-login__rememberme mb-0">
						<input class="woocommerce-form__input woocommerce-form__input-checkbox me-2" name="rememberme" type="checkbox" id="rememberme" value="forever" /> <span><?php esc_html_e( 'Remember me', 'kofejob' ); ?></span>
					</label>
					<span class="woocommerce-LostPassword lost_password">
						<a href="<?php echo esc_url( wp_lostpassword_url() ); ?>"><?php esc_html_e( 'Forgot password?', 'kofejob' ); ?></a>
					</span>
				</p>
				<p class="form-row mb-0">
					<?php wp_nonce_field( 'woocommerce-login', 'woocommerce-login-nonce' ); ?>
					<button type="submit" class="woocommerce-button button woocommerce-form-login__submit btn-block" name="login" value="<?php esc_attr_e( 'Log in', 'kofejob' ); ?>"><?php esc_html_e( 'Log in', 'kofejob' ); ?></button>
				</p>
				<?php if ('yes' === get_option('woocommerce_enable_myaccount_registration')) : ?>
	          <p class="text-center mb-0"><?php esc_html_e("Don't Have an Account? ", "kofejob"); ?><a href="javascript:void(0)" class="account-register-link"><?php esc_html_e('Sign Up', 'kofejob'); ?></a></p>
	      <?php endif; ?>


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

			</form>
			<?php if ( 'yes' === get_option( 'woocommerce_enable_myaccount_registration' ) ) : ?>
			<form method="post" class="woocommerce-form woocommerce-form-register register" <?php do_action( 'woocommerce_register_form_tag' ); ?> >

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

				<?php if ( 'no' === get_option( 'woocommerce_registration_generate_username' ) ) : ?>

					<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide form-group">
						<i class="fal fa-user"></i>
						<input type="text" class="woocommerce-Input woocommerce-Input--text input-text" name="username" placeholder="<?php echo esc_attr_e('Username', 'kofejob'); ?>" id="reg_username" autocomplete="username" value="<?php echo ( ! empty( $_POST['username'] ) ) ? esc_attr( wp_unslash( $_POST['username'] ) ) : ''; ?>" /><?php // @codingStandardsIgnoreLine ?>
					</p>

				<?php endif; ?>

				<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide form-group">
					<i class="fal fa-envelope"></i>
					<input type="email" class="woocommerce-Input woocommerce-Input--text input-text" name="email" placeholder="<?php echo esc_attr_e("Email Address", "kofejob"); ?>" id="reg_email" autocomplete="email" value="<?php echo ( ! empty( $_POST['email'] ) ) ? esc_attr( wp_unslash( $_POST['email'] ) ) : ''; ?>" /><?php // @codingStandardsIgnoreLine ?>
				</p>

				<?php if ( 'no' === get_option( 'woocommerce_registration_generate_password' ) ) : ?>

					<p class="woocommerce-form-row woocommerce-form-row--wide form-row form-row-wide form-group">
						<i class="fal fa-eye password-toggle show-password"></i>
						<input type="password" class="woocommerce-Input woocommerce-Input--text input-text" name="password" placeholder="<?php echo esc_attr_e("Password", "kofejob"); ?>" id="reg_password" autocomplete="new-password" />
					</p>

				<?php else : ?>

					<p><?php esc_html_e( 'A password will be sent to your email address.', 'kofejob' ); ?></p>

				<?php endif; ?>

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

				<p class="woocommerce-FormRow form-row mb-0">
					<?php wp_nonce_field( 'woocommerce-register', 'woocommerce-register-nonce' ); ?>
					<button type="submit" class="woocommerce-Button woocommerce-button button woocommerce-form-register__submit btn-block" name="register" value="<?php esc_attr_e( 'Register', 'kofejob' ); ?>"><?php esc_html_e( 'Register', 'kofejob' ); ?></button>
				</p>
				<p class="login-account-block mb-0 text-center"> <?php esc_html_e('Have an account? ', 'kofejob'); ?><a href="javascript:void(0)" class="account-login-link"><?php esc_html_e('Sign In', 'kofejob'); ?></a>
	      </p>
				<?php do_action( 'woocommerce_register_form_end' ); ?>

			</form>
		<?php endif; ?>

		</div>
	 

	</div>
</div>
 
</div>
</div>
</div>

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