Skip to content

Commit

Permalink
#7690 Resolve smarty pickiness
Browse files Browse the repository at this point in the history
  • Loading branch information
asmecher committed Feb 15, 2022
1 parent c33416f commit ce90444
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/user/loginChangePassword.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
{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|escape maxlength="32" size=$fbvStyles.size.MEDIUM}
{fbvElement type="text" required=true password=true id="password2" value=$password2|default:""|escape maxlength="32" size=$fbvStyles.size.MEDIUM}
{/fbvFormSection}

<p>
Expand Down

0 comments on commit ce90444

Please sign in to comment.