Add info for new user option

This commit is contained in:
Ferks-FK 2022-11-04 17:27:34 +00:00
parent 98045d8896
commit 726cc00c3c

View file

@ -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">