fix(users): fixed password mismatch error message beeing wrongly displayed when creating new users
This commit is contained in:
parent
470e35909c
commit
f5a73506ea
1 changed files with 2 additions and 0 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue