diff --git a/core/templates/layout.user.php b/core/templates/layout.user.php index b0690082bb86..0724126a406c 100644 --- a/core/templates/layout.user.php +++ b/core/templates/layout.user.php @@ -61,7 +61,7 @@
- +

Help & Download Clients

diff --git a/lib/private/defaults.php b/lib/private/defaults.php index f08ca100a3d2..9478e53bd593 100644 --- a/lib/private/defaults.php +++ b/lib/private/defaults.php @@ -31,13 +31,13 @@ function __construct() { $this->defaultName = 'CERNBox'; /* short name, used when referring to the software */ $this->defaultTitle = 'CERNBox'; /* can be a longer name, for titles */ $this->defaultBaseUrl = 'https://cernbox.cern.ch'; - $this->defaultSyncClientUrl = 'http://cern.ch/cernbox-resources'; - $this->defaultiOSClientUrl = 'https://cern.ch/cernbox-resources'; + $this->defaultSyncClientUrl = 'http://cernbox.cern.ch/cernbox/doc'; + $this->defaultiOSClientUrl = 'https://cernbox.cern.ch/cernbox/doc'; $this->defaultiTunesAppId = '543672169'; $this->defaultAndroidClientUrl = 'https://play.google.com/store/apps/details?id=ch.cern.cernbox'; $this->defaultDocBaseUrl = 'http://doc.owncloud.org'; $this->defaultDocVersion = $version[0] . '.0'; // used to generate doc links - $this->defaultSlogan = $this->l->t('CERN storage under your control'); + $this->defaultSlogan = $this->l->t('
Help and Download Clients'); $this->defaultLogoClaim = ''; $this->defaultMailHeaderColor = '#fff'; /* header color of mail notifications */ diff --git a/lib/private/user/session.php b/lib/private/user/session.php index a99d1e9b66ac..cfd14bef7b94 100644 --- a/lib/private/user/session.php +++ b/lib/private/user/session.php @@ -217,7 +217,7 @@ public function login($uid, $password) { if($uidAndGid === false) { \OCP\Util::writeLog('EOSLOGIN', "user: $uid has not a valid uid", \OCP\Util::ERROR); $tmpl = new \OC_Template('', 'error', 'guest'); - $tmpl->assign('errors', array(1 => array('error' => "Your account has no computing group assigned.
Please use the CERN Account Service to fix this. You may also check out CERNBOX FAQ for additional information.
If the problem persists then please report it via CERN Service Portal."))); + $tmpl->assign('errors', array(1 => array('error' => "Your account has no computing group assigned.
Please use the CERN Account Service to fix this. You may also check out CERNBOX FAQ for additional information.
If the problem persists then please report it via CERN Service Portal."))); $tmpl->printPage(); \OCP\User::logout(); exit();