Skip to content
Snippets Groups Projects
Commit 8ce5e305 authored by Marius Cramer's avatar Marius Cramer
Browse files

Merge branch 'master' into 'master'

custom text / link for login-page

See merge request !240
parents 64604ded 904d8aa7
No related branches found
No related tags found
No related merge requests found
Showing
with 72 additions and 0 deletions
...@@ -41,6 +41,8 @@ new_domain_html=Please contact our support to create a new domain for you. ...@@ -41,6 +41,8 @@ new_domain_html=Please contact our support to create a new domain for you.
[misc] [misc]
company_name= company_name=
custom_login_text=
custom_login_link=
dashboard_atom_url_admin=http://www.ispconfig.org/atom dashboard_atom_url_admin=http://www.ispconfig.org/atom
dashboard_atom_url_reseller=http://www.ispconfig.org/atom dashboard_atom_url_reseller=http://www.ispconfig.org/atom
dashboard_atom_url_client=http://www.ispconfig.org/atom dashboard_atom_url_client=http://www.ispconfig.org/atom
......
...@@ -466,6 +466,22 @@ $form["tabs"]['misc'] = array ( ...@@ -466,6 +466,22 @@ $form["tabs"]['misc'] = array (
'default' => '', 'default' => '',
'value' => '' '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 ( 'dashboard_atom_url_admin' => array (
'datatype' => 'VARCHAR', 'datatype' => 'VARCHAR',
'formtype' => 'TEXT', 'formtype' => 'TEXT',
......
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,5 +73,8 @@ $wb['min_password_length_txt'] = 'Minimální délka hesla'; ...@@ -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['min_password_strength_txt'] = 'Minimální síla hesla';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['No'] = 'Nein'; ...@@ -73,4 +73,7 @@ $wb['No'] = 'Nein';
$wb['min_password_length_txt'] = 'Minimale Passwortlänge'; $wb['min_password_length_txt'] = 'Minimale Passwortlänge';
$wb['min_password_strength_txt'] = 'Minimale Passwortstärke'; $wb['min_password_strength_txt'] = 'Minimale Passwortstärke';
$wb["company_name_txt"] = "Firmenname fuer den Seitentitel"; $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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -81,4 +81,7 @@ $wb["default_slave_dnsserver_txt"] = 'Default Secondary DNS Server'; ...@@ -81,4 +81,7 @@ $wb["default_slave_dnsserver_txt"] = 'Default Secondary DNS Server';
$wb["default_dbserver_txt"] = 'Default Database Server'; $wb["default_dbserver_txt"] = 'Default Database Server';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -78,4 +78,7 @@ $wb['default_slave_dnsserver_txt'] = 'Servidor DNS secundario por defecto'; ...@@ -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['default_dbserver_txt'] = 'Servidor de bases de datos por defecto';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,6 +73,9 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,6 +73,9 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -76,4 +76,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -76,4 +76,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length'; ...@@ -73,4 +73,7 @@ $wb['min_password_length_txt'] = 'Minimum password length';
$wb['min_password_strength_txt'] = 'Minimum password strength'; $wb['min_password_strength_txt'] = 'Minimum password strength';
$wb["company_name_txt"] = "Company Name for the page title"; $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["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";
?> ?>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment