Skip to content

Commit

Permalink
Allow registry passwords longer than 128 chars
Browse files Browse the repository at this point in the history
Signed-off-by: John Collier <[email protected]>
  • Loading branch information
johnmcollier authored and ashumilova committed Jul 11, 2019
1 parent 7c99692 commit 7a323a6
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,10 @@
che-name="password"
che-label-name="Password"
che-place-holder="password"
ng-maxlength="128"
type="password"
required
ng-model="editRegistryController.registry.password">
<div ng-message="required">User Password is required.</div>
<div ng-message="maxlength">User Password should be less than 128 characters long.</div>
</che-input>
</div>
<che-button-notice che-button-title="Close"
Expand Down

0 comments on commit 7a323a6

Please sign in to comment.