##// END OF EJS Templates
fix(users): fixed password mismatch error message beeing wrongly displayed when creating new users
super-admin -
r5210:a4612633 default
parent child Browse files
Show More
@@ -44,6 +44,8 b''
44 </div>
44 </div>
45 <div class="input">
45 <div class="input">
46 ${h.password('password', class_='medium')}
46 ${h.password('password', class_='medium')}
47 ## install this hidden field so password mismatch will correctly attach error message here
48 ${h.hidden('new_password')}
47 </div>
49 </div>
48 </div>
50 </div>
49
51
General Comments 0
You need to be logged in to leave comments. Login now