-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathbundle.properties
More file actions
40 lines (33 loc) · 1.43 KB
/
bundle.properties
File metadata and controls
40 lines (33 loc) · 1.43 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
##
## Layout Customization
##
reflector.stylesheet = /my-devices/css/customstyles.css
reflector.favicon = /my-devices/images/favicon.ico
reflector.title = @{pageTitle|}Remote Access
reflector.header = Remote Access @{>pageTitle}
reflector.footer = © 2023 by <a href="https://macchina.io" target="_blank">Your Company</a>
reflector.password.minLength = 8
reflector.password.maxLength = 32
reflector.password.validation = ^(?=.*[A-Z])(?=.*[0-9])(?=.*[a-z]).{8,}$
dashboard.showId = false
dashboard.showVersion = false
dashboard.showProtocol = false
dashboard.showAddress = true
dashboard.showSerial = true
dashboard.showPropertiesButton = true
dashboard.sortableDescription = true
dashboard.devicesPerPage = 30
dashboard.customProperties = targetHost, rssi
devicePage.hiddenProperties = protocol, type, version
devicePage.hideUserProperties = false
devicePage.hideRealPropertyNames = true
devicePage.readOnlyProperties =
devicePage.enableNotesProperty = true
accountPage.hideUserProperties = false
##
## Localizable Text
##
text.passwordStrength = Must be at least 8 characters long and include at least one lowercase character, at least one uppercase character, and at least one digit.
text.RegisterAccountPage.tooltipPassword = Choose a password. ${text.passwordStrength}
text.RegisterAccountPage.passwordTooWeak = Your password is too weak. ${text.passwordStrength}
text.ChangePasswordPage.passwordTooWeak = ${text.RegisterAccountPage.passwordTooWeak}