Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
Open sidebar
ISPConfig
ISPConfig 3
Commits
904d8aa7
Commit
904d8aa7
authored
Nov 12, 2015
by
Florian Schaal
Browse files
custom text / link for login-page
parent
64604ded
Changes
29
Hide whitespace changes
Inline
Side-by-side
install/tpl/system.ini.master
View file @
904d8aa7
...
...
@@ -41,6 +41,8 @@ new_domain_html=Please contact our support to create a new domain for you.
[misc]
company_name=
custom_login_text=
custom_login_link=
dashboard_atom_url_admin=http://www.ispconfig.org/atom
dashboard_atom_url_reseller=http://www.ispconfig.org/atom
dashboard_atom_url_client=http://www.ispconfig.org/atom
...
...
interface/web/admin/form/system_config.tform.php
View file @
904d8aa7
...
...
@@ -466,6 +466,22 @@ $form["tabs"]['misc'] = array (
'default'
=>
''
,
'value'
=>
''
),
'custom_login_text'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'default'
=>
''
,
'value'
=>
''
),
'custom_login_link'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
'default'
=>
''
,
'value'
=>
''
,
'validators'
=>
array
(
0
=>
array
(
'type'
=>
'REGEX'
,
'regex'
=>
'/^(http|https):\\/\\/.*|^$/'
,
'errmsg'
=>
'login_link_error_regex'
),
)
),
'dashboard_atom_url_admin'
=>
array
(
'datatype'
=>
'VARCHAR'
,
'formtype'
=>
'TEXT'
,
...
...
interface/web/admin/lib/lang/ar_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/bg_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/br_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/cz_system_config.lng
View file @
904d8aa7
...
...
@@ -73,5 +73,8 @@ $wb['min_password_length_txt'] = 'Minimální délka hesla';
$wb
[
'min_password_strength_txt'
]
=
'Minimální síla hesla'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/de_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['No'] = 'Nein';
$wb
[
'min_password_length_txt'
]
=
'Minimale Passwortlänge'
;
$wb
[
'min_password_strength_txt'
]
=
'Minimale Passwortstärke'
;
$wb
[
"company_name_txt"
]
=
"Firmenname fuer den Seitentitel"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/el_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/en_system_config.lng
View file @
904d8aa7
...
...
@@ -81,4 +81,7 @@ $wb["default_slave_dnsserver_txt"] = 'Default Secondary DNS Server';
$wb
[
"default_dbserver_txt"
]
=
'Default Database Server'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/es_system_config.lng
View file @
904d8aa7
...
...
@@ -78,4 +78,7 @@ $wb['default_slave_dnsserver_txt'] = 'Servidor DNS secundario por defecto';
$wb
[
'default_dbserver_txt'
]
=
'Servidor de bases de datos por defecto'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/fi_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/fr_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/hr_system_config.lng
View file @
904d8aa7
...
...
@@ -73,6 +73,9 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/hu_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/id_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/it_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/ja_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/nl_system_config.lng
View file @
904d8aa7
...
...
@@ -76,4 +76,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/pl_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
interface/web/admin/lib/lang/pt_system_config.lng
View file @
904d8aa7
...
...
@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb
[
'min_password_strength_txt'
]
=
'Minimum password strength'
;
$wb
[
"company_name_txt"
]
=
"Company Name for the page title"
;
$wb
[
"reseller_can_use_options_txt"
]
=
"Reseller can use the option-tab for websites"
;
$wb
[
"custom_login_text_txt"
]
=
"Custom Text on Login-Page"
;
$wb
[
"custom_login_link_txt"
]
=
"Custom Link on Login-Page"
;
$wb
[
"login_link_error_regex"
]
=
"Invalid Link for Custom Login"
;
?>
Prev
1
2
Next
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment