mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Authentication via REMOTE_USER (clean repull) (#5204)
- Implementation in Login - Configuration - Database migration
This commit is contained in:
parent
625810cd8a
commit
1c777888d5
|
@ -488,7 +488,6 @@ class SettingsController extends Controller
|
|||
# remote user login
|
||||
$setting->login_remote_user_enabled = (int)$request->input('login_remote_user_enabled');
|
||||
$setting->login_common_disabled= (int)$request->input('login_common_disabled');
|
||||
|
||||
$setting->login_remote_user_custom_logout_url = $request->input('login_remote_user_custom_logout_url');
|
||||
|
||||
if ($request->has('pwd_secure_complexity')) {
|
||||
|
|
|
@ -66,7 +66,6 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- Two Factor -->
|
||||
<div class="form-group {{ $errors->has('brand') ? 'error' : '' }}">
|
||||
<div class="col-md-3">
|
||||
|
|
Loading…
Reference in a new issue