소스 검색

Add info for new user option

Ferks-FK 2 년 전
부모
커밋
726cc00c3c
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      resources/views/admin/settings/tabs/system.blade.php

+ 3 - 0
resources/views/admin/settings/tabs/system.blade.php

@@ -139,6 +139,9 @@
                             {{ config('SETTINGS::SYSTEM:CREATION_OF_NEW_USERS') == 'true' ? 'checked' : '' }}
                             type="checkbox">
                         <label for="enable-disable-new-users">{{ __('Creation of new users') }} </label>
+                        <i data-toggle="popover" data-trigger="hover" data-html="true" class="fas fa-info-circle"
+                            data-content="{{ __('If unchecked, it will disable the registration of new users in the system, and this will also apply to the API.') }}">
+                        </i>
                     </div>
 
                     <div class="custom-control mb-3 p-0">