Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tpl/form/forgotpwd_change_pwd.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,13 @@
</div>

<div class="form-group[{if $aErrors.oxuser__oxpassword}] oxInValid[{/if}]">
[{block name="user_account_password"}]
<label class="control-label col-sm-3">[{oxmultilang ident="NEW_PASSWORD"}]</label>
<div class="col-md-9">
<input type="password" name="password_new" class="form-control js-oxValidate js-oxValidate_notEmpty js-oxValidate_length js-oxValidate_match textbox">
</div>
<p class="help-block"></p>
[{/block}]
</div>
<div class="form-group [{if $aErrors.oxuser__oxpassword}] oxInValid[{/if}]">
<label class="control-label col-md-3">[{oxmultilang ident="CONFIRM_PASSWORD"}]</label>
Expand Down
2 changes: 2 additions & 0 deletions tpl/form/user_password.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,14 @@
</div>
</div>
<div class="form-group[{if $aErrors.oxuser__oxpassword}] oxInValid[{/if}]">
[{block name="user_account_password"}]
<label class="control-label col-lg-3" for="passwordNew">[{oxmultilang ident="NEW_PASSWORD"}]</label>
<div class="col-lg-5">
<input type="password" id="passwordNew" name="password_new" class="js-oxValidate js-oxValidate_notEmpty js-oxValidate_length js-oxValidate_match form-control" required="">
[{include file="message/inputvalidation.tpl" aErrors=$aErrors.oxuser__oxpassword}]
<div class="help-block"></div>
</div>
[{/block}]
</div>
<div class="form-group[{if $aErrors.oxuser__oxpassword}] oxInValid[{/if}]">
<label class="control-label col-lg-3" for="passwordNewConfirm">[{oxmultilang ident="CONFIRM_PASSWORD"}]</label>
Expand Down