Add support for custom remote user header (#7370)

This commit is contained in:
Martin Berg
2019-09-03 20:07:26 +02:00
committed by snipe
parent 4c8b26f732
commit 3dcef9aac9
7 changed files with 48 additions and 2 deletions
+1
View File
@@ -71,6 +71,7 @@ class Setting extends Model
'login_remote_user_enabled' => 'numeric|nullable',
'login_common_disabled' => 'numeric|nullable',
'login_remote_user_custom_logout_url' => 'string|nullable',
'login_remote_user_header_name' => 'string|nullable',
'thumbnail_max_h' => 'numeric|max:500|min:25',
'pwd_secure_min' => 'numeric|required|min:5',
'audit_warning_days' => 'numeric|nullable',