Skip to content

Commit

Permalink
Merge pull request #4 from CachetHQ/2.4
Browse files Browse the repository at this point in the history
Update from upstream repo CachetHQ/Cachet
  • Loading branch information
sideffect0 committed Nov 7, 2018
2 parents 29ff9f8 + 47000c9 commit 06cf1e4
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 86 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ branches:

before_install:
- cp .env.example .env
- phpenv config-rm xdebug.ini
- phpenv config-rm xdebug.ini || true

install:
- travis_retry composer install --no-interaction --no-suggest
Expand Down
80 changes: 0 additions & 80 deletions resources/assets/js/password-strength.js

This file was deleted.

3 changes: 1 addition & 2 deletions resources/views/dashboard/team/add.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
</div>
<div class="form-group">
<label>{{ trans('forms.user.password') }}</label>
<input type="password" class="form-control password-strength" name="password" value="" placeholder="{{ trans('forms.user.password') }}">
<div class="strengthify-wrapper"></div>
<input type="password" class="form-control" name="password" value="" placeholder="{{ trans('forms.user.password') }}">
</div>
@if($currentUser->isAdmin)
<div class="form-group">
Expand Down
3 changes: 1 addition & 2 deletions resources/views/dashboard/user/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
</div>
<div class="form-group">
<label>{{ trans('forms.user.password') }}</label>
<input type="password" class="form-control password-strength" name="password" value="" placeholder="{{ trans('forms.user.password') }}">
<div class="strengthify-wrapper"></div>
<input type="password" class="form-control" name="password" value="" placeholder="{{ trans('forms.user.password') }}">
</div>
<hr>
<div class="form-group">
Expand Down
1 change: 0 additions & 1 deletion webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ mix
'node_modules/sweetalert2/dist/sweetalert2.min.js',
'node_modules/livestamp/livestamp.js',
'node_modules/jquery-serializeobject/jquery.serializeObject.js',
'resources/assets/js/password-strength.js',
'resources/assets/js/cachet.js',
], 'public/dist/js/all.js')

Expand Down

0 comments on commit 06cf1e4

Please sign in to comment.