Skip to content

Commit

Permalink
Don't expose current mail password
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrooksuk committed Dec 27, 2018
1 parent df5ade6 commit 0893985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/dashboard/settings/mail.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</div>
<div class="form-group">
<label>{{ trans('forms.setup.mail_password') }}</label>
<input type="password" class="form-control" name="config[mail_password]" value="{{ Binput::old('config.mail_password', $config['password']) }}" autocomplete="off" placeholder="{{ trans('forms.setup.mail_password') }}">
<input type="password" class="form-control" name="config[mail_password]" value="{{ Binput::old('config.mail_password') }}" autocomplete="off" placeholder="{{ trans('forms.setup.mail_password') }}">
</div>
</fieldset>

Expand Down

0 comments on commit 0893985

Please sign in to comment.