One Hat Cyber Team
Your IP :
216.73.216.182
Server IP :
203.175.9.166
Server :
Linux tanggamus.iixcp.rumahweb.net 5.14.0-427.28.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 2 03:44:10 EDT 2024 x86_64
Server Software :
LiteSpeed
PHP Version :
7.4.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
cite5577
/
public_html
/
lib
/
pkp
/
templates
/
user
/
Edit File:
loginChangePassword.tpl
{** * templates/user/loginChangePassword.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2000-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Form to change a user's password in order to login. * *} {extends file="layouts/backend.tpl"} {block name="page"} <h1 class="app__pageHeading"> {translate key="user.changePassword"} </h1> <div class="app__contentPanel"> <script> $(function() {ldelim} // Attach the form handler. $('#loginChangePassword').pkpHandler('$.pkp.controllers.form.FormHandler'); {rdelim}); </script> {if !$passwordLengthRestrictionLocaleKey} {assign var="passwordLengthRestrictionLocaleKey" value="user.register.form.passwordLengthRestriction"} {/if} <form class="pkp_form" id="loginChangePassword" method="post" action="{url page="login" op="savePassword"}"> {csrf} {include file="common/formErrors.tpl"} <p><span class="instruct">{translate key="user.login.changePasswordInstructions"}</span></p> {fbvFormArea id="loginFields"} {fbvFormSection label="user.login" for="username"} {fbvElement type="text" required=true id="username" value=$username maxlength="32" size=$fbvStyles.size.MEDIUM} {/fbvFormSection} {fbvFormSection label="user.profile.oldPassword" for="oldPassword"} {fbvElement type="text" required=true password=true id="oldPassword" value=$oldPassword maxlength="32" size=$fbvStyles.size.MEDIUM} {/fbvFormSection} {fbvFormSection label="user.profile.newPassword" for="password"} {fbvElement type="text" required=true password=true id="password" value=$password maxlength="32" size=$fbvStyles.size.MEDIUM} {fieldLabel translate=true for=password key=$passwordLengthRestrictionLocaleKey length=$minPasswordLength} {/fbvFormSection} {fbvFormSection label="user.profile.repeatNewPassword" for="password2"} {fbvElement type="text" required=true password=true id="password2" value=$password2|default:""|escape maxlength="32" size=$fbvStyles.size.MEDIUM} {/fbvFormSection} <p> {capture assign="privacyUrl"}{url router=$smarty.const.ROUTE_PAGE page="about" op="privacy"}{/capture} {translate key="user.privacyLink" privacyUrl=$privacyUrl} </p> <p><span class="formRequired">{translate key="common.requiredField"}</span></p> {fbvFormButtons hideCancel=true} {/fbvFormArea} </form> </div> {/block}
Simpan