Added option to disable password warning
This commit is contained in:
parent
8c45d7488a
commit
d00998bdc1
|
@ -295,6 +295,7 @@ if($url1sb == '200' or $url2sb == '200') {
|
|||
</div>
|
||||
</nav>
|
||||
|
||||
@if(config('advanced-config.disable_default_password_notice') != 'true')
|
||||
{{-- Displays a warning message if default password is still set --}}
|
||||
@php $userdbs = DB::table('users')->get(); @endphp
|
||||
|
||||
|
@ -309,7 +310,7 @@ if($url1sb == '200' or $url2sb == '200') {
|
|||
@endif
|
||||
|
||||
@endforeach
|
||||
|
||||
@endif
|
||||
|
||||
<! –– #### begin event detection #### ––>
|
||||
<?php
|
||||
|
|
|
@ -11,4 +11,6 @@
|
|||
|
||||
'redirect_https' => 'false',
|
||||
|
||||
'disable_default_password_notice' => 'false',
|
||||
|
||||
];
|
Loading…
Reference in New Issue