From 9d8c0f2a9e3be334207eb424f8242a106d22c734 Mon Sep 17 00:00:00 2001 From: Jared Hancock <jared@osticket.com> Date: Fri, 2 May 2014 15:31:09 -0500 Subject: [PATCH] Show link to scp on client login page --- include/client/login.inc.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/client/login.inc.php b/include/client/login.inc.php index 062e1db7c..e5ca83021 100644 --- a/include/client/login.inc.php +++ b/include/client/login.inc.php @@ -52,6 +52,11 @@ if (count($ext_bks)) { if ($cfg && $cfg->isClientRegistrationEnabled()) { if (count($ext_bks)) echo '<hr style="width:70%"/>'; ?> Not yet registered? <a href="account.php?do=create">Create an account</a> + <br/> + <div style="margin-top: 5px;"> + <b>I'm an agent</b> — + <a href="<?php echo ROOT_PATH; ?>scp">sign in here</a> + </div> <?php } ?> </div> </div> -- GitLab