mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Removed env part, just check for the remote user login
Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
bbad84c6cc
commit
e08acb851c
|
@ -184,7 +184,6 @@ REQUIRE_SAML=false
|
||||||
API_THROTTLE_PER_MINUTE=120
|
API_THROTTLE_PER_MINUTE=120
|
||||||
CSV_ESCAPE_FORMULAS=true
|
CSV_ESCAPE_FORMULAS=true
|
||||||
LIVEWIRE_URL_PREFIX=null
|
LIVEWIRE_URL_PREFIX=null
|
||||||
SHOW_REMOTE_LOGIN_ONLY_OPTION=false
|
|
||||||
|
|
||||||
# --------------------------------------------
|
# --------------------------------------------
|
||||||
# OPTIONAL: HASHING
|
# OPTIONAL: HASHING
|
||||||
|
|
|
@ -151,7 +151,7 @@
|
||||||
{{ trans('admin/settings/general.login_remote_user_custom_logout_url_help') }}
|
{{ trans('admin/settings/general.login_remote_user_custom_logout_url_help') }}
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@if (($setting->login_remote_user_enabled == '1') && (config('app.show_remote_login_only_option') != false))
|
@if ($setting->login_remote_user_enabled == '1')
|
||||||
|
|
||||||
<!-- Disable other logins mechanism -->
|
<!-- Disable other logins mechanism -->
|
||||||
<label class="form-control">
|
<label class="form-control">
|
||||||
|
|
Loading…
Reference in a new issue