From 8d3f0ede0d218172f22875221512d9a91231d9b7 Mon Sep 17 00:00:00 2001 From: Skylar Ittner Date: Fri, 21 Jul 2017 00:45:30 -0600 Subject: [PATCH] Rebrand Portal to AccountHub --- README.md | 6 +- apps/sync_mobile.php | 2 +- composer.json | 2 +- home.php | 2 +- index.php | 3 +- lang/en_us.php | 2 +- nbproject/project.xml | 2 +- required.php | 4 +- settings.template.php | 22 ++++---- static/img/logo.svg | 122 +++++++++++++++++++++++----------------- static/img/logo_512.png | Bin 19801 -> 15536 bytes 11 files changed, 93 insertions(+), 74 deletions(-) diff --git a/README.md b/README.md index d38f0ea..2ddb0c6 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -Portal +AccountHub ====== -Portal is a web application enabling secure self-serve account management. +AccountHub is a web application enabling secure self-serve account management. Employees can change their password and manage other web apps they have access to with the dashboard. -https://biz.netsyms.com/portal \ No newline at end of file +https://biz.netsyms.com/accounthub \ No newline at end of file diff --git a/apps/sync_mobile.php b/apps/sync_mobile.php index 98fe01f..4b68126 100644 --- a/apps/sync_mobile.php +++ b/apps/sync_mobile.php @@ -8,7 +8,7 @@ if (MOBILE_ENABLED) { addMultiLangStrings(["en_us" => [ "sync mobile" => "Sync Mobile App", "scan sync qrcode" => "Scan this code with the mobile app or enter the code manually.", - "sync explained" => "Access your account and apps on the go. Use a sync code to securely connect your phone or tablet to Portal with the Netsyms Business mobile app.", + "sync explained" => "Access your account and apps on the go. Use a sync code to securely connect your phone or tablet to AccountHub with the Netsyms Business mobile app.", "generate sync" => "Create new sync code", "active sync codes" => "Active codes", "no active codes" => "No active codes.", diff --git a/composer.json b/composer.json index b0f582d..7d743e2 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "netsyms/business-portal", + "name": "netsyms/accounthub", "description": "Single-sign-on system and dashboard for Netsyms Business Apps", "type": "project", "require": { diff --git a/home.php b/home.php index 3d602f9..003f707 100644 --- a/home.php +++ b/home.php @@ -41,7 +41,7 @@ if (!is_empty($_GET['page'])) { -