Skip to content

Commit

Permalink
Password requires min-length of 6.
Browse files Browse the repository at this point in the history
  • Loading branch information
abbr committed Dec 24, 2013
1 parent 6ead7e6 commit f878b78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/views/partials/userDetails.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ <h3>{{modalHeader}}</h3>
<tr>
<td>Password</td>
<td>
<input type="password" ng-model="item.password" required>
<input type="password" ng-model="item.password" required ng-minlength='6'>
</td>
</tr>
<tr ng-if='item.username != cu.username'>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name" : "form-mailer-service",
"description" : "FormMailer is a service application emailing forms posted by users from a registered web site",
"version" : "0.0.3",
"version" : "0.0.4",
"license" : "MIT",
"author" : {
"name" : "Fred"
Expand Down

0 comments on commit f878b78

Please sign in to comment.