fix(users): fixed password mismatch error message beeing wrongly displayed when creating new users

This commit is contained in:
RhodeCode Admin 2023-11-28 10:01:01 +01:00
parent 470e35909c
commit f5a73506ea

View file

@ -44,6 +44,8 @@
</div>
<div class="input">
${h.password('password', class_='medium')}
## install this hidden field so password mismatch will correctly attach error message here
${h.hidden('new_password')}
</div>
</div>