Frontend → Customer → View → Preferences

CustomerPreferences

定义客户偏好设置表的参数。

不能使这个设置失效。

默认值:

---
Module: Kernel::System::CustomerUser::Preferences::DB
Params:
  Table: customer_preferences
  TableKey: preferences_key
  TableUserID: user_id
  TableValue: preferences_value

CustomerPreferencesGroups###GoogleAuthenticatorSecretKey

定义在个人偏好设置视图中显示这个条目的配置参数。

默认值:

---
Active: '0'
Block: Input
Desc: Enter your shared secret to enable two factor authentication.
Key: Shared Secret
Label: Google Authenticator
Module: Kernel::Output::HTML::Preferences::Generic
PrefKey: UserGoogleAuthenticatorSecretKey
PreferenceGroup: Miscellaneous
Prio: '1100'
ValidateRegex: ^([A-Z2-7]{16}|)$
ValidateRegexMessage: The secret you supplied is invalid. The secret must only contain
  letters (A-Z, uppercase) and numbers (2-7) and must consist of 16 characters.

CustomerPreferencesGroups###Language

在客户偏好设置中定义这个条目的所有参数。

默认值:

---
Active: '1'
Desc: Select the main interface language.
Key: Language
Label: Interface language
Module: Kernel::Output::HTML::Preferences::Language
PrefKey: UserLanguage
PreferenceGroup: UserProfile
Prio: '2000'

CustomerPreferencesGroups###PGP

在客户偏好设置中定义这个条目的所有参数。

默认值:

---
Active: '1'
Desc: Upload your PGP key.
Key: PGP Key
Label: PGP Key
Module: Kernel::Output::HTML::Preferences::PGP
PrefKey: UserPGPKey
PreferenceGroup: Miscellaneous
Prio: '10000'

CustomerPreferencesGroups###Password

定义在客户偏好设置中这个条目的所有参数。'PasswordRegExp'保证密码不匹配一个正则表达式;'PasswordMinSize'定义密码的最小字符数;如果至少需要2个小写字母和2个大写字母就设置合适的选项为“1”,'PasswordMin2Characters'定义密码如果要包含至少2个字母字符(设置为0或1);'PasswordNeedDigit'控制是否至少包含1个数字(设置为0或1)。

默认值:

---
Active: '1'
Area: Customer
Desc: Set a new password by filling in your current password and a new one.
Label: Change password
Module: Kernel::Output::HTML::Preferences::Password
PasswordMin2Characters: '0'
PasswordMin2Lower2UpperCharacters: '0'
PasswordMinSize: '0'
PasswordNeedDigit: '0'
PasswordRegExp: ''
PreferenceGroup: Miscellaneous
Prio: '1000'

CustomerPreferencesGroups###RefreshTime

在客户界面个人偏好设置中定义RefreshTime(刷新时间)对象的所有参数。

默认值:

---
Active: '1'
Data:
  '0': off
  '10': 10 minutes
  '15': 15 minutes
  '2': ' 2 minutes'
  '5': ' 5 minutes'
  '7': ' 7 minutes'
DataSelected: '0'
Desc: Select after which period ticket overviews should refresh automatically.
Key: Refresh interval
Label: Ticket overview
Module: Kernel::Output::HTML::Preferences::Generic
PrefKey: UserRefreshTime
PreferenceGroup: UserProfile
Prio: '4000'

CustomerPreferencesGroups###SMIME

在客户偏好设置中定义这个条目的所有参数。

默认值:

---
Active: '1'
Desc: Upload your S/MIME certificate.
Key: S/MIME Certificate
Label: S/MIME Certificate
Module: Kernel::Output::HTML::Preferences::SMIME
PrefKey: UserSMIMEKey
PreferenceGroup: Miscellaneous
Prio: '11000'

CustomerPreferencesGroups###ShownTickets

在客户界面个人偏好设置中定义ShownTickets(显示工单)对象的所有参数。

默认值:

---
Active: '1'
Data:
  '15': '15'
  '20': '20'
  '25': '25'
  '30': '30'
DataSelected: '25'
Desc: Select how many tickets should be shown in overviews by default.
Key: Tickets per page
Label: Number of displayed tickets
Module: Kernel::Output::HTML::Preferences::Generic
PrefKey: UserShowTickets
PreferenceGroup: UserProfile
Prio: '4000'

CustomerPreferencesGroups###Theme

在客户偏好设置中定义这个条目的所有参数。

默认值:

---
Active: '0'
Desc: Select your preferred theme for OTRS.
Key: Select your frontend Theme.
Label: Theme
Module: Kernel::Output::HTML::Preferences::Theme
PrefKey: UserTheme
PreferenceGroup: UserProfile
Prio: '1000'

CustomerPreferencesGroups###TimeZone

在客户偏好设置中定义这个条目的所有参数。

默认值:

---
Active: '1'
Desc: Select your personal time zone. All times will be displayed relative to this
  time zone.
Key: Time Zone
Label: Time Zone
Module: Kernel::Output::HTML::Preferences::TimeZone
PrefKey: UserTimeZone
PreferenceGroup: UserProfile
Prio: '2500'