0 or false, user login will be disabled. If the value in the AD/LDAP field is set to 1 or true or any other text means the user can log in. When the field is blank in your AD, we respect the userAccountControl attribute, which usually allows non-suspended users to log in.',
'ldap_invert_active_flag' => 'LDAP Invert Active Flag',
'ldap_invert_active_flag_help' => 'If enabled: when the value returned by LDAP Active Flag is 0 or false the user account will be active.',
- 'ldap_emp_num' => 'LDAP Employee Number',
- 'ldap_email' => 'LDAP Email',
+ 'ldap_emp_num' => 'LDAP Employee Number Field',
+ 'ldap_email' => 'LDAP Email Field',
+ 'ldap_mobile' => 'LDAP Mobile Field',
+ 'ldap_address' => 'LDAP Address Field',
+ 'ldap_city' => 'LDAP City Field',
+ 'ldap_state' => 'LDAP State/Province Field',
+ 'ldap_zip' => 'LDAP Postal Code Field',
'ldap_test' => 'Test LDAP',
'ldap_test_sync' => 'Test LDAP Synchronization',
'license' => 'Software License',
@@ -462,21 +469,24 @@ return [
'legends' => [
- 'scoping' => 'Scoping',
- 'formats' => 'Default Formats',
- 'profiles' => 'User Profiles',
- 'eula' => 'EULA & Acceptance Preferences',
- 'misc_display' => 'Miscellaneous Display Options',
- 'email' => 'Email Preferences',
'checkin' => 'Checkin Preferences',
- 'dashboard' => 'Login & Dashboard Preferences',
- 'misc' => 'Miscellaneous',
- 'logos' => 'Logos & Display',
'colors' => 'Colors & Skins',
+ 'dashboard' => 'Login & Dashboard Preferences',
+ 'email' => 'Email Preferences',
+ 'eula' => 'EULA & Acceptance Preferences',
'footer' => 'Footer Preferences',
- 'security' => 'Security Preferences',
+ 'formats' => 'Default Formats',
'general' => 'General',
'intervals' => 'Intervals & Thresholds',
+ 'logos' => 'Logos & Display',
+ 'mapping' => 'LDAP Field Mapping',
+ 'test' => 'Test LDAP Connection',
+ 'misc' => 'Miscellaneous',
+ 'misc_display' => 'Miscellaneous Display Options',
+ 'profiles' => 'User Profiles',
+ 'server' => 'Server Settings',
+ 'scoping' => 'Scoping',
+ 'security' => 'Security Preferences',
],
diff --git a/resources/lang/en-US/admin/users/table.php b/resources/lang/en-US/admin/users/table.php
index e7a5aa6490..2e2f9c7995 100644
--- a/resources/lang/en-US/admin/users/table.php
+++ b/resources/lang/en-US/admin/users/table.php
@@ -35,6 +35,7 @@ return array(
'total_assets_cost' => "Total Assets Cost",
'updateuser' => 'Update User',
'username' => 'Username',
+ 'display_name' => 'Display Name',
'user_deleted_text' => 'This user has been marked as deleted.',
'username_note' => '(This is used for Active Directory binding only, not for login.)',
'cloneuser' => 'Clone User',
diff --git a/resources/lang/en-US/general.php b/resources/lang/en-US/general.php
index b06d6899fd..1d501ee616 100644
--- a/resources/lang/en-US/general.php
+++ b/resources/lang/en-US/general.php
@@ -36,6 +36,7 @@ return [
'accept_assets_menu' => 'Accept Assets',
'accept_item' => 'Accept Item',
'audit' => 'Audit',
+ 'audited' => 'Audited',
'audits' => 'Audits',
'audit_report' => 'Audit Log',
'assets' => 'Assets',
@@ -337,6 +338,7 @@ return [
'zip' => 'Zip',
'noimage' => 'No image uploaded or image not found.',
'file_does_not_exist' => 'The requested file does not exist on the server.',
+ 'file_not_inlineable' => 'The requested file cannot be opened inline in your browser. You can download it instead.',
'open_new_window' => 'Open this file in a new window',
'file_upload_success' => 'File upload success!',
'no_files_uploaded' => 'File upload success!',
diff --git a/resources/views/account/profile.blade.php b/resources/views/account/profile.blade.php
index abf463ad94..b4aea49918 100755
--- a/resources/views/account/profile.blade.php
+++ b/resources/views/account/profile.blade.php
@@ -139,7 +139,7 @@
{!! $errors->first('gravatar', '') !!}
-
+
{!! trans('general.gravatar_url') !!}