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:
commit
b8eaa859b9
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue