mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-14 18:52:05 +03:00
Display correct minimum character count in setup's password field
issue #5314 - replace 7 (incorrect) with 8 (correct) in setup's password field placeholder text
This commit is contained in:
parent
e7398b0694
commit
6d8bce86b8
@ -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…
Reference in New Issue
Block a user