Add info for new user option
This commit is contained in:
parent
98045d8896
commit
726cc00c3c
1 changed files with 3 additions and 0 deletions
|
@ -139,6 +139,9 @@
|
||||||
{{ config('SETTINGS::SYSTEM:CREATION_OF_NEW_USERS') == 'true' ? 'checked' : '' }}
|
{{ config('SETTINGS::SYSTEM:CREATION_OF_NEW_USERS') == 'true' ? 'checked' : '' }}
|
||||||
type="checkbox">
|
type="checkbox">
|
||||||
<label for="enable-disable-new-users">{{ __('Creation of new users') }} </label>
|
<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>
|
||||||
|
|
||||||
<div class="custom-control mb-3 p-0">
|
<div class="custom-control mb-3 p-0">
|
||||||
|
|
Loading…
Reference in a new issue