0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #5446 from kevinansfield/fix-setup-password-placeholder

Display correct minimum character count in setup's password field
This commit is contained in:
Hannah Wolfe 2015-06-17 22:39:47 +01:00
commit b8eaa859b9

View file

@ -33,7 +33,7 @@
<div class="form-group">
<label for="password">Password</label>
<span class="input-icon icon-lock">
{{input type="password" name="password" placeholder="At least 7 characters" class="gh-input" autofocus="autofocus" autocorrect="off" value=password }}
{{input type="password" name="password" placeholder="At least 8 characters" class="gh-input" autofocus="autofocus" autocorrect="off" value=password }}
<div class="pw-strength">
<div class="pw-strength-dot"></div>
<div class="pw-strength-dot"></div>