Skip to content

Commit

Permalink
Display correct minimum character count in setup's password field
Browse files Browse the repository at this point in the history
issue #5314
- replace 7 (incorrect) with 8 (correct) in setup's password field placeholder text
  • Loading branch information
kevinansfield committed Jun 17, 2015
1 parent e7398b0 commit 6d8bce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/client/app/templates/setup/two.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 6d8bce8

Please sign in to comment.