fix: on reset password show check email msg, hidden code input
This commit is contained in:
parent
7c05593fca
commit
75adbdb08a
|
|
@ -0,0 +1 @@
|
|||
<p class="form_txt">{{ 'auth.password_reset_check'|_ }}</p>
|
||||
|
|
@ -6,10 +6,10 @@
|
|||
class="post_form"
|
||||
data-request="{{ __SELF__ }}::onResetPassword"
|
||||
data-request-update="'{{ __SELF__ }}::complete': '#partialUserResetForm'">
|
||||
<div class="post_input">
|
||||
<label for="resetCode">{{ 'auth.password_reset_code'|_ }}</label>
|
||||
<input name="code" type="text" class="form-control" id="resetCode" placeholder="{{ 'auth.password_reset_code'|_ }}" value="{{ __SELF__.code }}" required>
|
||||
</div>
|
||||
<!-- <div class="post_input"> -->
|
||||
<!-- <label for="resetCode">{{ 'auth.password_reset_code'|_ }}</label> -->
|
||||
<input name="code" type="hidden" class="form-control" id="resetCode" placeholder="{{ 'auth.password_reset_code'|_ }}" value="{{ __SELF__.code }}" required>
|
||||
<!-- </div> -->
|
||||
|
||||
<div class="post_input">
|
||||
<label for="resetPassword">{{ 'account.new_password'|_ }}</label>
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
<form
|
||||
class="post_form"
|
||||
data-request="{{ __SELF__ }}::onRestorePassword"
|
||||
data-request-update="'{{ __SELF__ }}::reset': '#partialUserResetForm'">
|
||||
data-request-update="'{{ __SELF__ }}::check': '#partialUserResetForm'">
|
||||
<div class="post_input">
|
||||
<label for="userRestoreEmail">{{'auth.email'|_}}</label>
|
||||
<input name="email" type="email" required class="form-control" id="userRestoreEmail" placeholder="{{'auth.email'|_}}">
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@ en:
|
|||
auth.password_reset_code: Reset Code
|
||||
auth.password_reset_btn: Reset password
|
||||
auth.password_reset_complete: Password reset has been completed, you may now sign in.
|
||||
auth.password_reset_check: Please check your email.
|
||||
auth.reg_continue: Register
|
||||
auth.account_recov: Если вы забыли свой логин или пароль, просим вас
|
||||
восстановить его по <a href="#" class="form_link">ссылке.</a>
|
||||
|
|
@ -180,6 +181,7 @@ ru:
|
|||
auth.password_reset_code: Код восстановления
|
||||
auth.password_reset_btn: Сбросить пароль
|
||||
auth.password_reset_complete: Восставление пароля завершено, сейчас вы можете войти в личный кабинет.
|
||||
auth.password_reset_check: Пожалуйста, проверьте Еmail.
|
||||
auth.reg_continue: Продолжить регистрацию
|
||||
auth.account_recov: Если вы забыли свой логин или пароль, просим вас
|
||||
восстановить его по <a href="#" class="form_link">ссылке.</a>
|
||||
|
|
@ -341,6 +343,7 @@ tm:
|
|||
auth.password_reset_code: Dikeltme kody
|
||||
auth.password_reset_btn: Açar sözi täzeden düzmek
|
||||
auth.password_reset_complete: Açar sözi dikeldildi, şu wagt siz şahsy hasabyňyza girip bilesrsiňiz.
|
||||
auth.password_reset_check: El. bukjaňyzy barlamygyňyzy haýyş edýäris.
|
||||
auth.reg_continue: Dowam et
|
||||
auth.account_recov: Если вы забыли свой логин или пароль, просим вас
|
||||
восстановить его по <a href="#" class="form_link">ссылке.</a>
|
||||
|
|
|
|||
Loading…
Reference in New Issue