%PDF- %PDF-
Direktori : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v2/profile/tabs/edit/ |
Current File : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v2/profile/tabs/edit/change-password.php |
<?php /** * Form for displaying change password form in profile page * * @author ThimPress * @version 2.1.1 * @package LearnPress/Templates */ defined( 'ABSPATH' ) || exit; ?> <div id="lp-profile-edit-password-form"> <ul class="lp-form-field-wrap"> <?php do_action( 'learn_press_before_' . $section . '_edit_fields' ); ?> <li class="lp-form-field"> <label class="lp-form-field-label"><?php _e( 'Old password', 'eduma' ); ?></label> <div class="lp-form-field-input"> <input type="password" id="pass0" name="pass0" autocomplete="off" class="regular-text" /> </div> </li> <li class="lp-form-field"> <label class="lp-form-field-label"><?php _e( 'New password', 'eduma' ); ?></label> <div class="lp-form-field-input"> <input type="password" name="pass1" id="pass1" class="regular-text" value="" /> </div> </li> <li class="lp-form-field"> <label class="lp-form-field-label"><?php _e( 'Confirmation password', 'eduma' ); ?></label> <div class="lp-form-field-input"> <input name="pass2" type="password" id="pass2" class="regular-text" value="" /> <p id="lp-password-not-match" class="description lp-field-error-message hide-if-js"><?php _e( 'New password does not match!', 'eduma' ); ?></p> </div> </li> <?php do_action( 'learn_press_after_' . $section . '_edit_fields' ); ?> </ul> </div>