Skip to content

Commit

Permalink
Update change_password.mako
Browse files Browse the repository at this point in the history
  • Loading branch information
itisAliRH committed Jan 23, 2022
1 parent a232e2e commit e48b5d3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
%endif
<div class="form-row">
<label>New password:</label>
<input type="password" name="password" value="" size="40"/>
<input id="password_input" type="password" name="password" value="" size="40"/>
</div>
<div class="progress">
<div id="complexity-bar" class="progress-bar" role="progressbar">
<div id="password_strength" class="progress-bar" role="progressbar">
Strength
</div>
</div>
Expand Down

0 comments on commit e48b5d3

Please sign in to comment.